@import url("tabs.css");
@import url("forms.css");

A IMG {
	vertical-align : middle;
	border : none;
}

UL.errorMessages {
	clear : both;
	display : block;
	display : block;
	border : solid 1px #EEEEEE;
	padding-left : 30px;
}

UL.errorMessages .error {
	color : red;
}
UL.errorMessages .info {
	color : green;
}


/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:980px;
}

body {
	background-color:#000000;
	color:#fff;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:0pt;
	padding:0pt;
	text-align:center;
}

html {
	font-size:100%;
	margin-bottom:1px;
}
* {
	margin:0pt;
	padding:0pt;
}



h2 {
	margin-bottom : 10px;
	font-size : 200%;
	color : #666;
}

h3 {
	margin-bottom : 5px;
	font-size : 150%;
	color : #444;
}


h4 {
	margin-bottom : 5px;
	font-size : 130%;
	color : #444;
}

a.contentLink:link	{ 
	color: #888; text-decoration: none; 
	border-style : none none dotted none;
	border-width : 1px;
	border-color : #888;
}
a.contentLink:visited	{ 
	color: #888; text-decoration: none; 
	border-style : none none dotted none;
	border-width : 1px;
	border-color : #888;
}
a.contentLink:hover	{ 
	color: #fff; text-decoration: none; 
}
a.contentLink:active	{ 
	color: #888; text-decoration: none; 
	border-style : none none solid none;
	border-width : 1px;
	border-color : #888;
}

a:link	{ 
	color: #888; text-decoration: none; 
}
a:visited	{ 
	color: #888; text-decoration: none; 
}
a:hover	{ 
	color: #fff; text-decoration: none; 
}
a:active	{ 
	color: #888; text-decoration: none; 
}

.gbookMessage {
	margin-bottom : 30px;
	border-style : dotted none none none;
	border-width : 1px;
	border-color : #888;

}

p
{
	margin-bottom : 20px;
}

table.news {
	width : 600px;
}

table.news td {
	padding : 4px;
	vertical-align : top;
}

