﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272727;
	background:url(images/menu_bg.gif) repeat-x left top;

}
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #4C86DA;
}
h2 {
	font-size: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4C86DA;
	background: url(images/bullet_02.gif) no-repeat left 10px;
}
h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DA4C4C

}
h4 {
	font-size: 14px;
	padding-left: 10px;

}
h5 {
	font-size: 13px;
	font-style: italic;	
	padding-left: 5px;
	
}
p {
	margin-top: 0;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
a {
	color: #B6275F;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
	display: inline;
}
img.right {
	float: right;
	margin: 5px 0 0 0px;
	display: inline;
}

/* Header */
#header {
	width: 770px;
	margin: 0 auto;
}
/*top*/
#top {
	margin: 0 auto;
	width: 880px;
	height: 231px;
	background: url(images/page_bg.gif) no-repeat top;
}

#wrapper1 {
	margin: 0px auto;
	width: 780px;
	height: 204px;
}


#content_top {
	margin-top: 10px;
	padding: 10px;
	width: 170px;
	float: left;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	letter-spacing: 1px;
	color: #58596B;
}


/* Menu */
#menu {
	width: 770px;
	height: 29px;
	margin-top: 10px;

}
#menu ul {
	list-style-type: none;
	margin: 0px auto;
}
#menu li {
	float: left;
	font-weight: bold;
	display: block;
	margin-left:5px;
	margin-right:5px;
	line-height: 30px;
}
#menu a {
	text-decoration: none;
	color: #D1E1F0;
	display: block;
	padding: 0px 25px 0px 25px ;

}
#menu a:hover {
	text-decoration: none;
	color: #D1E1F0;
	line-height: 20px;
	margin-top:4px;
	display: block;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;

}

/* Page */
#page {
	width: 880px;
	margin: 0 auto;

}
/** LOGO */
#logo {
	margin: 0 auto;
	margin-top: 20px;
	height:30px;
	width: 178px;
	background: url(images/logo.gif) no-repeat;
}
/* Content */
#content {
	float: right;
	width: 550px;
	margin-top: -20px;
	margin-right: 50px;
	margin-bottom: 10px;
}
#content-2 {
	float: left;
	margin-top: -20px;
	margin-left: 70px;
	margin-right:70px;
	margin-bottom: 10px;
}

#content_text {
	padding-left: 10px;
	padding-right: 10px;
}

#content_text ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#content_text li {
	list-style: none;
	margin: 0px 0px 7px 20px;
	padding: 0px 0px 0px 8px;
	background: url('images/bullet_01.gif') 0 4px no-repeat;
}

/* Post */
.post {
	margin-bottom: 25px;
}
.post .title {
	padding-left: 10px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin-left: 50px;
	margin-top: -20px;
}

#sidebar2 {
	float: left;
	width: 190px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_title
{
	background: url(images/box_title.gif) no-repeat;
	width: 180px;
	height: 21px;
	padding-top:10px;
	color:#C4DFF0;
	font-style:italic;
	font-weight:bold;
	text-align:center; 

}
#box_content
{
	width: 160px;
	color:#C4DFF0;
	padding:10px;
	margin-bottom:10px;
	background: #001371 url(images/box_bg.gif) no-repeat 100% 100%;
	display:block;

}
/* Footer */
#footer {
	clear:both;
	width: 100%;
	padding: 0;
	height: 40px;
	border-top: solid 1px #58596B;
	line-height: normal;

}
#footer p {
	padding-top: 10px;
	text-align: center;
	line-height: normal;
	color: #58596B;
}
#wrapper2 {
	margin: 0px auto;
	width: 500px;
	display:block;

}


/* Bottom Menu */
#bottom_menu {
	height: 20px;
	margin-top:5px;
}
#bottom_menu ul {
	list-style-type: none;
	margin: 0px auto;

}
#bottom_menu li {
	float: left;
	display: block;
	font-size:10px;
}
#bottom_menu li a {
	text-decoration: none;
	color: #58596B;
	display: block;
	padding: 0 10px 0px 15px;
	background: url(images/bullet_02.gif) no-repeat left ;
}

