/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
code, em, font, img, ol, ul, dl,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
}
body {
	line-height: 1;
        font-size: 62.5%;
        font-family: arial, helvetica, sans serif;
}

#fileQueue {
	width: 300px;
	height: 300px;
	overflow: auto;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: underline;
}


p {
line-height: 18px;
font-size: 11px;
margin: 0 0 1em 0;
}

#strong {
color: #000000;
}

/* MAIN STYLES */

#container {
float: left;
width: 950px;
background: white;
margin: 0em auto
}

#main {
position: fixed;
}
	
#col1 {
float: left;
width: 465px;
position: absolute;
bottom: 0px;
line-height: 0px;
margin-left: 0px;
_margin-left: 0px; /* Needed for IE 6 DM Bug */ 
margin-bottom: 0px;
padding: 0px;
}

#col2 {
float: right;
color: #313131;
width: 445px;
height: 700px;
line-height: 15px;
margin-right: 5px;
_margin-right: 4px; /* Needed for IE 6 DM Bug */ 
margin-top: 200px;
padding: 10px;
}

#col1 h2, #col2 h2 {
color: #000000;
font-size: 14px;
margin-bottom: 2px;
}

/* END - THONG USA *
