body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body
{
background:#031d51;
color:white;
width:790px;
margin:auto;
text-align:center;
font-family:Verdana;
font-size:11px;
}

#logo{
margin:10px auto 10px;
}

h2{
font-size:25px;
color:#ff7500;
margin-bottom:5px;
}

#thumb img{
margin-right:5px;

}

#desc{
margin:5px auto 5px;
line-height:18px;
}
#nav{
width:500px;
margin:auto;
}

#nav a{
color:#ff7500;
text-decoration:none;
font-weight:bold;
}
#nav .left{
position:relative;
left:-10px;
top:-40px;
text-align:right;
float:left;
}

#nav .right{
position:relative;
left:130px;
top:-40px;
text-align:left;
float:right;
}