body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: 'Droid Sans', serif;
}
h2, h3 {
    text-shadow: 0px 1px 1px #4d4d4d;
    color: #222;
}


#title {
    color: #fff;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font: 30pt 'Droid Sans';
    padding-left: 10px;
    position: absolute;
    top: 10px;
}


a:link, a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000;
}
#thelogo {
	width:20px
}

div {
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	margin:5px;
}
#page {
	width: 700px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color:rgba(255,255,255,0.3);
}
#header {
	height: 60px;
	display:block;
	border-top:none;
	border-left:none;
	border-right:none;
}
#body {
	border:none;
	display:block;
	margin:0px;
}

#content {
	display: block;
	float:left;
	border:none;
	width: 670px;
	margin:0px;
	padding-left:10px;
}

#menu {
	width: 150px;
	float:left;
	display: block;
	border-left:none;
}

#footer {
	clear:both;
	height:inherit;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
