@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#391749;
	color:#757575;
}

hr{
	margin:0px;
	padding: 0px;
}

p{
	margin: 5px 0px;
	
}

#container{
	width: 950px;
	margin-left:auto;
	margin-right: auto;
	padding: 10px;
	background-color:#FFF;
	border: 1px solid #000;
}

#banner{
	width: 950px;
	height: 155px;
	background-image: url(../image/banner.jpg);
	background-repeat:no-repeat;
}

#navigation{
	width: 950px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#navigation a{
	display:block;
	color: #CB465C;
	text-decoration: none;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	float:left;
	padding-right: 30px;
}


#navigation a:hover{
	color:#000;
}

#content{
	padding: 15px 5px;;
}

#leftContent{
	width: 600px;
	float: left;
	
}

#rightContent{
	width: 320px;
	float:right;
}

#footer{
	text-align:center;
	font-size:14px;
	line-height: 22px;
}

#footer a{
	color: #757575;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/*Font Style*/
.style1 {
	font-size:22px;
	color:#900;
}

.style2{
	font-size:16px;
}

