body {
    margin: 0;
    padding: 0;
  /*  background: #2db0e3 url(images/splash_bg.png) 0 31px repeat-x;*/
    font-size: small;
    font-family: Myriad Pro, sans-serif;
    }

#header {
		width: 800px;
		margin: 63px auto 40px;
		}
		
#splashlogo {
		float: left;
		width: 308px;
		}
		
.logo {
		float: left;
		background: #fff url(images/logo.png) top left repeat-x;
		width: 0;
		margin: 0;
		padding: 0;
		padding-left: 308px;
		height: 110px;
		overflow: hidden;
		}
		
.btn_signup {
		margin-right: 20px;
		}
		
#desc_block {
		float: left;
		/*background: #fff url(images/desc_bg.png) top left repeat-x;*/
		width: 400px;
		height: 104px;
		padding: 0 20px;
		margin: 0 0 0 30px;
		font-size: 18px;
		color: #000;
		font-weight: normal;
		line-height: 25px;
		}
	
.memberlogin {
		float: right;
		margin: 4px 34px 0 0;
		font-size: 80%;
		color: #87d3f6;
		}
		
span.memberlogin a:link {
		color: #87d3f6;
		}
		
#yourintuu {
		width: 620px;
		margin: 0 auto;
		}
		
#tags {
		width: 620px;
		color: #b4dff7;
		font-weight: bold;
		text-align: center;
		}
		
#tags a:link {
		color: #b4dff7;
		font-weight: bold;
		text-decoration: none;
		}
		
#tags a:visited {
		color: #b4dff7;
		font-weight: bold;
		text-decoration: none;
		}
		
#tags a:hover {
		color: #b4dff7;
		font-weight: bold;
		text-decoration: none;
		}
		
#tags a:active {
		color: #b4dff7;
		font-weight: bold;
		text-decoration: none;
		}
		
.tag1 {
		font-size: 280%;
		}
		
.tag2 {
		font-size: 400%;
		}
		
.tag3 {
		font-size: 160%;
		}
		
img, img a {
    border: 0;
    }

/* Remove the dotted line outline from all Mozilla browsers */

* {
  outline: none;
    }
		
/* The below class allows a div to be cleared without using dummy tags */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
    }
    
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#loginbox {
background-color:#3D4A51;
border-bottom:2px solid #575756;
font-size:85%;
text-align:right;
width:100%;
height:32px;
margin:0;
padding:0;
}
form{
margin:0;
padding:0;
}
.userlog {
border:1px solid #FFFFFF;
color:#807F7F;
margin:0;
}
.userlogbtn {
background-color:#61CBE6;
border:1px solid #61CBE6;
color:#fff;
font-weight:bold;
margin:0;
font-size:11px;
padding:1px 3px;
}

.pad {
margin:0pt auto;
padding:6px 0 0;
width:748px !important;
}
.pad2 {
margin:0pt auto;
padding:20px 6px;
width:748px !important;
}

.inner {
margin:0pt auto;
width:800px;
}

#fullwide{

}

.thirdwide{
	width:220px;
	display:inline;
	float:left;
	padding:0 45px 0 0;
	}
.headering{
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
    font-family: Trebuchet MS, sans-serif;
	}
div.devider1{
	height:1px;
	background:url(../img/devider1.gif) repeat-x;
	clear:both;
	font-size:0;
}
.footer_inner {
	border-top: #000 solid 8px;
	width: 800px; /* Width of page can be adjusted by this class */
	padding: 10px 0px;
	margin: 35px auto 0;
	text-align: center;
	font-size: 85%;
	color: #545b60;
}
a{
	text-decoration:none;
	color:#09a9e2;
}

div.thirdwide ul{
	list-style:none;
	padding:8px 0 0 0;
	width:180px;
	margin: 10px 0 0 14px;
}
div.thirdwide ul li{
	list-style:none;
	padding:0 0 5px 14px;
	margin:0 0 12px 0;
/*	background:url(../img/marker.gif) no-repeat 0 4px;*/
	line-height:12px;
}