@charset "utf-8";
/* CSS Document */

span.noshow {
	/*use this to hide from regular display any text*/
	display:none;
}

body{
	/*background-image:url('images/background.gif');*/
	text-align:center;
	margin-top:0px;
	padding:0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#CCCCCC;
}

@media handheld{
	body{
		background-color:#ff0000;
	}
}

#column1{
	float:left;
	width:350px;
	margin-left:10px;
	margin-top:10px;
}

#column2{
	float:right;
	width:350px;
	margin-top:10px;
	margin-right:10px;
}

#container{
	margin:0 auto;
	margin-top:30px;
	width:750px;	
	text-align:left;
	background-image:url(images/logo-background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#content {
	color:#000000;/*#FFFFFF;*/
	/*color:#ffffff;*/
	margin-top:6px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	overflow:hidden;
}

h1{
	font-size:1.8em;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size:1.6em;
	font-weight:bold;
	margin-top:0px;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
}

#hosting_credit {
	margin-top:60px;
	text-align:center;
}

#hosting_credit a, a:hover, a:visited{
	text-decoration:none;
}

#hosting_details{
	clear:both;
	padding-top:40px;
	margin-left:10px;
	margin-right:10px;
}

#no_columns{
	float:left;
	width:700px;
}

p, ul{
	font-size:1.2em;
}


#site_title{
	margin-left:10px;
}

.site_header{
	height:100px;
}

.site_thumbnail{
	text-align:center;
}