@charset "utf-8";
/* CSS Document */

body{
	background-color:#e9ced9;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}

p { margin:0px; }

#index_content {
	background-image: url(../images/index_main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#index_middle{
	background-image: url(../images/index_middle_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#left_col{
	width:380px;
	float:left;
	margin-left:100px;
	padding-top:30px;
	margin-bottom:30px;
}

#left_col a{
	font-weight:bold;
	text-decoration:none;
	color:#7478a5;
}

#right_col{
	width:430px;
	float:right;
	margin-right:50px;
	padding-top:30px;
	margin-bottom:30px;
}

#right_col a{
	font-weight:bold;
	text-decoration:none;
	color:#bb7190;
}

#index_footer{
	width:1000px;
	margin:30px auto;
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:30px;
}

#index_footer a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.no_top_padding { padding-top:0px; }

.float_right {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:medium solid #a8acc7;
}
.float_left {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:medium solid #a8acc7;
}
.float_left-pink {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:medium solid #d1afbd;
}
.float_right-pink {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:medium solid #d1afbd;
}
