@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	font-family:"Arial","Helvetica","sans-serif";
	line-height: 150%;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#wrapperInner {
	width: 680px;
	margin: 0 auto;
	padding: 30px 0 ;
	text-align: left;
}

#title {
	background:url(../img/title.jpg) no-repeat;
	height: 110px;
}

#title p {
	width: 428px;
	font-size: 16px;
	float: right;
	margin-top: 45px;
}

img {
	border: 0px;
	}

#header {
	background: url(../img/header_bg.gif) repeat-x;
	height: 60px;
	text-align: center;
	border-bottom: 3px solid #D3D6F3;
}

#footer {
	background-color:#000099;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 70%;
}

#main {
	float: left;
	width: 510px;
}

#side {
	float: right;
	width: 150px;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side ul li {
	margin-bottom: 15px;
}

.normal	{  font-size: 13px; line-height: 150%; color:#333333; font-family:"Arial","Helvetica","sans-serif";}
.foot		{  font-size: 12px; color:#FFFFFF;}
.op			{font-size: 14px; line-height: 130%; font-weight:bold;  color: #3399CC; font-family:"Futura";}
.mt10 { margin-top: 10px; }
.photo { margin-left: 5px; margin-bottom: 5px; }
.clear { clear: both;}

.floLeft{float:left;}
.floRight{float:right;}

.mt5  { margin-top:  5px;} .mt10 { margin-top: 10px;} .mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;} .mt25 { margin-top: 25px;} .mt30 { margin-top: 30px;}
.mb5  { margin-bottom:  5px;} .mb10 { margin-bottom: 10px;} .mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;} .mb25 { margin-bottom: 25px;} .mb30 { margin-bottom: 30px;}
.ml5  { margin-left:  5px;} .ml10 { margin-left: 10px;} .ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;} .ml25 { margin-left: 25px;} .ml30 { margin-left: 30px;}
.mr5  { margin-right:  5px;} .mr10 { margin-right: 10px;} .mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;} .mr25 { margin-right: 25px;} .mr30 { margin-right: 30px;}

.fs12 { font-size: 12px; }
.fs15 { font-size: 15px; }
.bold { font-weight: bold; }

/* clearfix set
--------------------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */