
html, body {
padding : 0;
margin : 0;
font-family : Verdana, Sans;
font-size : 12px;
}
body {
background:#85a6da;
background-repeat:repeat-x;
}

#header {
width : 100%;
height : 99px;
background : url("/images/header.jpg") #054279;
background-repeat:no-repeat;
border-bottom:solid 2px #222;
}

#container {
width : 900px;
background-color : #fff;
margin : 0 auto;
min-height:500px;
border:solid 1px #999;
margin-top:4px;
}
#content {
background-color : #fff;
padding-top:16px;
}
#contentLeft {
width : 678px;
padding:10px;
float : left;
background-color : #fff;
}
#contentRight {
float : left;
width : 178px;
background-color : #fff;
padding:10px;
}
#search {
position : absolute;
top : 10px;
left : 550px;
}

a {
color : #333;
}
input, textarea {
border : 1px solid #333;
}
.heading {
font-size:17px;
}
.clear {
clear:both;
}
#message {
position : absolute;
top : 0;
left : 0;
right : 0;
padding : 3px;
text-align : right;
}
#message p, #message a {
margin : 0;
color : red;
}
img, img a {
border:none;
}
.actions {
float:right;
}
.post {
border:solid 1px #ddd;
padding:5px;
margin-top:3px;
}

#cloud {
width:90%;
border:solid 1px #ccc;
padding:10px;
text-align:center;
}
#cloud a {
display:block
float:left;
padding:3px;
margin-left:5px;
}

#bodytext {
width:100%;
}



#tabs {
	background:transparent scroll center bottom;
	margin:0;
	padding:0;
}
#tabs ul {
	display:block;
	position:absolute;
}
#tabs ul.children {
	margin:0;
	padding:0;
	/*z-index:100;*/
	visibility:hidden;
}
#tabs li {
/* this is the menu un hovered colour*/
	background:scroll left top;
	display:inline;
	float:left;
	height:auto;
}
#tabs li li {
	background:#eee none repeat scroll 0%;
	display:block;
	float:none;
}
#tabs a {
	text-decoration:none;
	background:#222;;
	color:#fff;
	display:block;
	line-height:20px;
	text-align:center;
	width:150px;
	height:20px;
}
#tabs a:hover, #tabs a.selected {
	background:#666;
	color:#fff;
	text-decoration:none;
}
#tabs ul a {
	background:#fff scroll 0%;
	color:#666666;
	line-height:20px;
	width:150px;
}
#tabs ul ul a {
	background:#FFF scroll 0%;
}
#tabs ul a:hover, #tabs ul a.selected {
	background:#666;
	color:#fff;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}
