/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 1px 10px 0px 0px;
}

h3
{
	font-size: 9px;
	font-weight: bold;
	color: #FF00CC;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	color: #FF00CC;
}

h1{
	color: #FF00CC;
	margin: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
	border-bottom-color: #FF66FF;
}


h4
{
	font-size: 12px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

/* General Layout */

body
{
	background: url('/image/background_1.jpg') no-repeat 0 0;
	font-size: 11px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#4C4C4C;
	padding: 0;
	margin: 0;
	
}

#NavigationLink {
	position:absolute;
	height:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:4px;
	left: -5px;
	width: 918px;
}

.feature{
	padding: 10px 10px 0px 0px;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature img{
	float: right;
	padding: 5px 0px 0px 2px;
	margin: 0;
	padding-top: 7px;
}

#maincontent
{
	margin: 0;
	border-left-color: #FFCC66;
	padding-right: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#maincontent .blog_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #FFF;
	background-color: #B2B286;
	border-color: #A6A6A6;
}

#maincontent .blog_body
{
	margin: 0px 0px 9px 0px;
	line-height: 14px;
	border-style: solid;
	color: #333333;
	background-color: #FFFFFF;
	border-color: #E0E0E0;
	border-width: 0;
	background-repeat: no-repeat;
}

#maincontent .blog_comment
{
	padding: 2px 10px 3px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	color: #666666;
	background-color: #FFFFFF;
	border-color: #999999;
	text-align: left;
}

/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
}
strong,b{ color:black; font-size:12px; font-weight:normal;}