/* Setup defaults since variable in browsers */
body,div,dd,dt,dl,img,ol,ul,li,p,h1,h2,h3,h4,h5,form,hr,fieldset,input,button,label,span,a,pre
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}


html {
	height: 100%;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #ffffff;
	width: 100%;
	margin:0;
	padding:0;
	background-image: url('bg.gif');
	background-position: center center;
	background-repeat: repeat;
	font-weight: bold;
}
a,a:link,a:visited,a:hover {
	text-decoration: underline;
	color: #eeeeee;
}
a:hover {
	color: #bbbbbb;
}


#container {
    width: 980px;
    margin: 0 auto;
}
#header {
    margin: 20px 0 20px 0;
}

#container .col1,
#container .col2 {
    float: left;
}
#container .col1 {
	width: 310px;
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	text-align: right;
}
#container .col1 ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #FFF;
}
#container .col2 {
	width: 630px;
	background-color: #000;
	list-style-type: none;
	overflow: auto;
}
#container #content {
	padding: 10px;
	list-style-type: none;
	height: 450;
	text-align: left;
	font-size: 12px;
}
.clear {
    clear: both;
}
#container .col2 #content li {
	font-size: 12px;
}
