body{
	margin:0;
  	color:#616161;
	font:12px "LucidaGrande",verdana,arial,sans-serif;
	background:#fff;
}
img{border-style:none;}
a{text-decoration:underline;color:#999;}
a:hover{text-decoration:underline;}

#main {
	width:880px;
	margin:0 auto;
	padding:124px 0 10px 0;
	position:relative;
	}
	
.logo {
	width:195px;
	height:68px;
	background:url(../images/logo.gif);
	position:absolute;
	top:33px;
	left:3px;
	overflow:hidden;
	text-indent:-9999em;
	}
	
#nav {
	position:relative;
        top: 68px;
	bottom:23px;
	left:0;	
	border-bottom:1px solid #a9aaac;
	width:100%;
	overflow:hidden;
	font-size:10px;
	}
#nav a {color:#666;
        text-decoration:none;
}
#nav ul {
	float:right;
	margin:0 -4px 0 0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	}
#nav li {
	float:left;
	}
#nav li a {
	float:left;
	padding:8px 14px;
	}
#nav li a.active,
#nav li a:hover {background:url(../images/active.gif) no-repeat 50% 100%;text-decoration:none;}
	
h1 {
	font-size:30px;
	font-weight:normal;
	margin:0 0 0.5em;
    color:#e1295e;
	/*color:#b8b9bb;*/
	}
h2 {
	font-size:12px;
	line-height:20px;
	margin:0;
    color:#000000;
	}
p {
	margin:0 0 1.2em;
	/*line-height:20px;*/
    color:#616161;
	}
	
.more {
	margin:-1em 3px 0 0;
	line-height:20px;
	text-align:right;
	font-style:italic;
	}
p a {text-decoration:underline;}
p a:hover {text-decoration:none;}
	
#header {
	position:absolute;
	top:0;
	left:0;
	height:101px;
	width:100%;
	}
	
#middle {
	height:1%;
	padding:0 0 20px;
	}
#middle:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	}
#content {
	float:left;
	width:540px;
	padding:0 0 0 7px;
	}

#content_left {
	float:left;
	width:420px;
	padding:0 0 5 5px;	
} 

#content_right {
	float:right;
	width:420px;
	padding:0 0 5 5px;
} 


#sidebar {
	float:right;
	width:305px;
	}
	
#footer {
	padding:9px 0;
	text-align:center;
	font-size:11px;
	border-top:1px solid #a9aaac;
	}
#footer span {color:#e1295e;}

#visual {
	width:100%;
	height:253px;
	position:relative;
	}
#visual .text {
	float:right;
	height:169px;
	width:268px;
	background:#515151 url(../images/bg-visual-text.gif);
	padding:22px 15px 0 22px;
	color:#b8b9bb;
	font-size:14px;
	}
.plus {
	width:168px;
	height:105px;
	background:url(../images/plus.png) no-repeat;
	position:absolute;
	top:140px;
	right:5px;
	}
#visual .text strong {font-size:30px;font-weight:normal;}
#visual .text p {line-height:20px;margin:0.8em 0 0 5px;color:#999;}

.box {
	width:309px;
	margin:0 -2px 1em;
	background:url(../images/bg-box.png) repeat-y left;
	position:relative;
	}
.box h3 {
	background:#7c9ea7 url(../images/bg-box-header.png) no-repeat 0 0;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
	padding:3px 10px;
	color:#fff;
	}
.box .bg {
	overflow:hidden;
	height:1%;
	position:relative;
	background:url(../images/bg-box-top.png) no-repeat 0 0;
	}
.box .bg .bg {
	background:url(../images/bg-box-bottom.png) no-repeat 0 100%;
	padding:8px 10px 26px 15px;
	/*line-height:20px;*/
	}
.box ul {
position:relative;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0;
	}
.box li {
	padding:0 0 0 11px;
	background:url(../images/bullet.gif) no-repeat 0 7px;
	height: 40px;
	}
.box a {color:#41646b;}