body {
	font-size:12px;
	font-family:Arial, SunSans-Regular, Sans-Serif;
	line-height:16px;
	color:#63594d;
	padding:0;
	margin:0;
	width:100%;
	background-image:url(../images/bg_gr.gif);
	background-repeat:repeat-y;
	background-position: center;
}

a {
	color:#a2b0b7;
   	 text-decoration:none;
}

a:hover {
	color:#6C7381;
}

img {
	border:0;
}

h1 {
	font-size:1.6em;
	color:#6e848f;
}

h2 {
	font-size:1.17em;
	color:#3c4e57;
}

p {
	padding-right:70px;
}


/* ----------Container-------------- */

#Container {
	margin:0 auto;
	padding:0;
	width:1150px;
	background-color:#d1cfa9;
}

/* ----------Header-------------- */

#Header {
	text-align:left;
	height:140px;
	background-image:url(../images/line_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
}

#Logo {
	height:80px;
	width:280px;
	float:left;
}

#MetaNavi {
	height:40px;
	width:575px;
	float:left;
	margin-top:40px;
	margin-left:295px;
	padding-top:16px;
}

#Metaavi a:hover {
	color:#3c4e57;
}

#Breadcrumb {
	height:15px;
	width:900px;
	float:right;
	padding-top:15px;
}

#Breadcrumb ul li{
	display: inline;
}

#Breadcrumb a {
	color:#990033;
}

#Breadcrumb a:hover {
	color:#d84f4f;
}


/* -----------------Content--------------------- */

#Content {
	background-color:#fff;
	margin:90px 0 0 190px;
	padding:50px 0 40px 70px;
	min-height:400px;
	width:695px
}

a.red:hover {
	color:#990033;
}

a.yellow:hover {
	color:#e3b320;
}

a.green:hover {
	color:#8e8c01;
}

/* --------------Left------------- */

#Left {
	float:left;
	height:175px;
	width:190px;
	background-color:#3c4e57;
	background-image:url(../images/box_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#Menu {
	height:145px;
	width:190px;
	padding:15px 0 15px 0;
	text-align:left;
}

#Menu ul {
	width:180px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#Menu ul li a {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	display:block;
	width:170px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}

#Menu ul li a:hover.red {
	background-color:#990033;
}

#Menu ul li a:hover.yellow {
	background-color:#e3b320;
}

#Menu ul li a:hover.green {
	background-color:#8e8c01;
}

.active {
	color:#fff;
	background:#bc4444;
}

#Menu ul li ul li a.active2 {
	color:#fff;
	background:#d84f4f;
}

/* --------------Right------------- */


#Right {
	float:right;
	height:195px;
	width:195px;
	background:#3c4e57;
	margin:140px 0 0 0;
	left:1085px;
	background-image:url(../images/box_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:1px solid #fff;
}

#RightNavi {
	color:#fff;
	padding:15px 0 0 15px;
}

#RightNavi h2{
	color:#fff;
	font-weight:normal;
	font-size:1em;
}

#RightNavi ul {
	width:180px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#RightNavi ul li a {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:4px 10px 4px 0px;
	text-decoration:none;
}

#RightNavi ul li a:hover {
	color:#a2b0b7;
}

/* -----------Footer--------------------------- */

#Footer {
	clear:both;
	width:689px;
	height:24px;
	color:#fff;
	background-color:#3c4e57;
	margin-left:190px;
	padding-top:6px;
	padding-left:75px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#Footer a{
	color:#fff;
}

#Footer a:hover{
	color:#6e848f;
}

