* {
	color: #fff;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #275798;
}

#header { 
	background-color: #fff;
	height: 220px;			
}

#logo {
	margin: 0 auto;
	position: relative;
	top: 190px;
	width: 580px;
}

#box {
	margin: 80px auto;
	width: 580px;
}

#nav {
	width: 580px;
	margin: 15px auto;
}

#footer { background-color:#275798;border-top: 1px solid #577296; font-size:10px; position:fixed; width:100%; bottom:0; text-align:center; padding-top: 4px;}

#nav li {
	background-image:url('/img/point.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	list-style-type: none;
	float: left;
}

#nav li.active { background-image:url('/img/point_ac.gif');} 

#first, #second { width:125px;}
#third { width:256px;}

#nav li a { 
	text-decoration: none; 
	letter-spacing: 1px;
	padding-left: 20px;
}

#content {
	float: left;
	font-size: 12px;
	width: 290px;
}

#content h2 { font-weight: bold; padding-bottom: 10px;}

#box img, #box iframe { float: right; }
#content img { float:left;}
#content li { list-style-type:disc; list-style-position:inside;}
#content li span { padding-left:16px;}
#gallery img { margin:0 10px 10px 0;}