@charset "UTF-8";
/* CSS Document */


/*RESET*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }



/*BEGIN*/
html {
background:url(../images/bg.jpg) repeat-x #00222a fixed;
}

body {
	background:url(../images/bg.jpg) repeat-x #00222a fixed;

	margin:20px auto;
}

#shell {
	margin:20px auto;
	width: 881px;
	height: 1200px;
	border: solid #94070B 2px;
}

#nav_shell {
	width: 231px;
	height: 353px;
	background-color: #00222a;
	float: left;
}

#graphic {
	background:url(../images/bg2.jpg)repeat-x;
	width: 650px;
	height: 353px;
	float:right;
	padding-bottom: 10px;
}

#main1 {
	width: 481px;
	height: 827px;
	background-color: #003744;
	float: left;
	padding: 20px 0 0 0;
}

#main2 {
	width: 400px;
	height: 827px;
	background-color: #003744;
	float: right;
	padding: 20px 0 0 0;
}