@CHARSET "ISO-8859-1";

/* ~~~ reset css ~~~ */
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; 
} 
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: #35537e;
	font-size: 13px;
	font-family: Tahoma, Helvetica, Arial;
	color: #333;
}

#wrap {
	background: #fff;
	width: 960px;
	margin: auto;
	padding: 10px;
	padding-top: 20px;
}

#banner {
	background: url('/img/banner.jpg') no-repeat 0 3px;
	height: 305px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

#banner p {
	font-family: Georgia, Times;
	color: #fff;
	font-size: 20px;
	width: 400px;
	margin: 55px 0 0 40px;
	line-height: 1.5em;
}

#banner p strong {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

#content {
	margin: 0 10px
}

h1, h2, h3, h4, h5 {
	color:#406998;
}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

#foot {
	color: #fff;
	text-align: center;
	margin: 10px;
}
p {
	margin-bottom: 20px;
}

