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

* { padding: 0; margin: 0; border:0; }
body { padding: 0; margin: 0; border:0; }
html { padding: 0; margin: 0; border:0; }

body {
	background-image:url(../basics/back.png);
	background-repeat:repeat-y;
	background-color:#333;
	background-position:50% 0px;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center;
	cursor:pointer;
	cursor:auto;
	
}

#site{
margin: 0 auto;
width: 800px;
background-image:url(../basics/siteback.png);
	background-repeat:no-repeat;
	background-position:50% 0px;
}


#header{
width:800px;
text-align:left;
height:80px;
background-image:url(../basics/header.png);
background-repeat:repeat-x;
}

#meta {
	text-align:right;
	width:580px;
	margin-left:200px;
	padding-top:45px;
	color:#666666;
}

#navigation {
	width:180px;
	height:400px;
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:20px;
	line-height:25px;
}

#sub {
	line-height:15px;
	float:left;
}



#pic {
	padding-top:1px;
	float:left;
	width:600px;
	height:200px;
}

#underpic {
	width:600px;
	height:50px;
	background-image:url(../basics/underpic.png);
	background-repeat:repeat-x;
}


#content{
width:600px;
height:auto;
min-height:auto;
float:left;

}

#footer{
text-align:left;
line-height:30px;
height:40px;
clear:both;
margin-left:200px;
}


#rightside{
width:480px;
padding-top:50px;
padding-bottom:10px;
line-height:16px;
float:left;
height:auto;
min-height:auto;
}

#content ul {
	margin-top:-40px;
	list-style:inside;
	list-style-image:url(../basics/bullet.gif);
	
}

