/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("home.css");
@import url("menu.css");
@import url("content.css");
@import url("overlay.css");
@import url("forms.css");
@import url("sitemap.css");

/* Classes and styles */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #000;
	color: #000000;
	height: 100%;
}

body {
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.selected {
	color: red;
}

h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px; 
}

.clear { clear: both;}

