body{
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
}

*html{
    margin:0;
    padding:0;
}

img{
	border-style:none;
	margin:0;
	padding:0;
}

h1{
	padding:0;
	margin:0;
	margin-bottom:15px;
	font-weight: bold;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:18pt;
}
h2{
	padding:0;
	margin:15px 0;
	font-weight: bold;
}

hr{
    color:#e2e2e2;
    background-color:#e2e2e2;
    margin-top:15px;
    border: 0;
    height:2px;
}

#wrapper {
	width: 970px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
}
#mainarea{
	position:relative;
	float:left;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}
/*Menu*/
#menusection {
	width:240px;
	height:100%;
	float:left;
	
}

#logo{
	width:240px;
	height:56px;
	float:left;
	margin-bottom:30px;
}

#menusection #mainmenu{
	
	width:240px;
	float:left;
	padding-bottom:130px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:24px;
	font-size:12px;
	text-align:left;
	width:240px;
}

 #nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	padding:0px;
	padding-left:10px;
	color:#000;
	text-decoration:none;
}
#nav li a:hover{
	background-color:#5baad3;
	color:#ffffff;
}
#nav li{
    float:left;
    position:relative;
	width:230px;
	border-top: 2px solid #e8e7e5;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
#badges{
	width:240px;
	float:left;
}
/*Content*/
#contentsection{
	width:596px;
	margin-bottom:20px;
	float:left;
}

.content{
	width:496px;
	padding-left:50px;
	padding-right:50px;
	float:left;
	}

.contactbox{
	width:150px;
	border:2px solid #a0c1d3;
	margin-bottom:5px;
}
#registered_grey{color:#c5c4c0;}

/*Blog*/
#blogsection{
	width:110px;
	margin-top:86px;
	float:left;
	padding-left:15px;
}

#blogtitle{
	width:117px;
	float:left;
	margin-bottom:30px;
}
/* Blog Classes */
.blogwidth{
	padding: 0;
	width: 390px;
}
A.blogheadline{
	font-size: 14px; 
	color: #5096B9; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
A.blogheadline:hover{
	text-decoration: underline;
}
.blogdate{
	font-size: 12px;
	color: #5baad3;
	font-weight: bold;
	padding: 4px 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.blogdescription{
	font-size: 11px;
	color: #6d6d6d;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
}
.blogdescription img {
	float: right !important;
	width: 150px !important;
	height: auto !important;
}
A.blogreadmore{
	font-size: 11px;
	color: #5baad3;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.blogreadmore:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
A.blogreadall{
	font-size: 15px;
	color: #407793;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.blogreadall:hover{
	font-size: 15px;
	color: #407793;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.blogunderline{
color: White; 
height: 10px; 
border-bottom: dotted 1px #CECECE;
}

/*Footer*/
#footer{
	width:970px;
	height:43px;
	border-top:2px solid #d4d4d4;
	margin-top:6px;
	float:left;
	padding-top:13px;
}

#footer #copyright{
	color:#c5c4c0;
	text-align:left;
}
#terms a:link{color:#c5c4c0; text-decoration:none; }
#terms a:active{color:#c5c4c0; text-decoration:none; }
#terms a:visited{color:#c5c4c0; text-decoration:none; }
#terms a:hover{color:#c5c4c0; text-decoration:underline;}

#Eventure a:link{color:#5baad3; text-decoration:none;}
#Eventure a:active{color:#5baad3; text-decoration:none;}
#Eventure a:visited{color:#5baad3; text-decoration:none;}
#Eventure a:hover{color:#5baad3; text-decoration:underline;}
.blogger-post-footer {display:none;}