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

*{ margin: 0; padding: 0 }

#container {
	position: relative;
	margin-top:100px;
	width:100%;
}

#header_box {
	margin: auto;
	width:780px;
	height:78px;
	position:relative;
}

#content {
	width:780px;
	height:342px;
	border-bottom:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#000000;
	}
	
#buttonbox{
	margin: 0px 0px 0px 0px;
	width:780px;
	height:25px;
	}
	
	
	#navigation {
height:19px;
width:730px;
padding-top: 0px;
background-image:url(../images/background_buttons.jpg);
font-family:"Trebuchet MS";
font-weight:bold;
color:#FFFFFF;
padding: 6px 0 0 50px;
	}
	
#navlist {
margin: 0;
width: 120px;
height: 19px;
list-style: none;
display: inline;

	}

#navlist li {
margin: 40px; 
padding: 0;
list-style: none;
display: inline;
}
	
#navlist a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}
	
#footer {
	width:780px;
	height:35px;
	padding: 3px 8px 0px 0px;
	font-size:9px;
	}
	

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:focus { outline:none }


		

h3 { 
	margin-bottom: 0px;
	margin-bottom:17px;
	padding: 0px 0px 4px 4px;
	text-align: left ;
	border-bottom: #333333 solid 1px;
	color:#CCCCCC;
	}			
		
body {
	font-family: Verdana, Arial;
	background-color:#000000;
	background-repeat:repeat-x;
	background-image:url(../images/background_main.gif);
	color:#999999;
	font-size:9px;
	width: 780px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
		}
		


.thumbs {
	width:72px;
	float: left;
	display:inline;
	list-style:none;
	padding-top:4px;
	padding-right:1px;
	}
	
	
#side {
	width:45px;
	height:317px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	float:left;
	}
	
	
#mug {
	width:216px;
	height:300px;
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
#int {
	width:500px;
	height:317px;
	float:right;
	background-color:#FFFFFF;
	}
	
	

	
	
	
	
	
	
	
