@charset "UTF-8";
/* CSS Document */

body {
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color:#000000;
}

#wrapper {
width:820px;
	margin:0 auto;
	padding:0;
}

#header {
width:820px;
	margin:0 auto;
	padding:0;
}

#leftSide {
	height:361px;
	width:171px;
	float:left;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 0;
}

#rightSide {
height:360px;
width:640px;
float:right;
padding:9px 0 0 0;
}

#Bar {
padding-top:10px;
padding-bottom:10px;
}

#footer {
	width:820px;
	margin:0 auto;
	padding-bottom:10px;
	border-bottom-color:#FFC20E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#subLine {
width:820px;
	margin:0 auto;
	padding-top:10px;
	text-align:right;
	font-size:12px;
	font:"Trebuchet MS";
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#subLine a{
text-decoration:none;
color:#FFFFFF;
}

#subLine a:hover{
text-decoration:underline;
color:#FFFFFF;
}
