@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#google {margin-top:50px; text-align:center;}
#gglheader {

	float:right;
	position:absolute;
	top:40px;
	right:30px;
}

a {color:#000000; text-decoration:none;}
a:hover {color:#FF0000; text-decoration:underline;}

.h {text-decoration:none;} 
.h:hover {text-decoration:none; color:#000000;}

.im {color:#0000FF; text-decoration:underline;}

h1 {font-size:24px; padding:10px 0px 0px 0px;}
h2 {font-size:18px; }

.g {margin-top:-15px;}

#webdesign {
	width:947px;
	clear:both;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#header {
	background:url(images/Header.jpg);
	width:947px;
	height:126px;
	position:relative;
}

#header img {
	position:absolute;
	top:0px;
	right:0px;
	border:0px;
}

#nav {

	color:white;
	font-size:16px;
	padding:6px 0px;
	background:url(images/nav.jpg);
	background-repeat:repeat-x;
	border:1px solid white;
}

#nav a {
	color:white;
	text-decoration:none;
	padding:0px 20px;
}

#nav a:hover {
	text-decoration:underline;
}

.active {font-weight:bold;}

#content {
	background:url(images/content.jpg);
	position:relative;
	background-color:#FFFFFF;
	min-height:900px;
}

#blogtop {
	padding:5px 20px;
	width:650px;
	color:#333333;
	font-size:10px;
}

#info {
	width:660px;
	padding:10px 20px;
}

#info img {border:0px;}

#links {
	position:absolute;
	top:0px;
	right:10px;
	width:200px;
	padding-top:10px;
}

#gglfooter {text-align:center; margin-top:5px;}

.small {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px;
	border:0px;
}

#footer{
	background:url(images/footer.jpg);
	height:20px;
}

.footer {color:#333333; text-align:center; margin:0px; padding:5px;}
.footer a {color:#333333; text-decoration:none;}