@charset "utf-8";
/* CSS Document */

@import "layout.css";


#home {
	background:#000000 url(../images/bg_pattern.jpg) repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#FFFFFF;
	}

img{ 
	border:0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

a {
	color:#FF0000;
}

a:hover, .maincontent a:hover{
	text-decoration:underline;
}

a:link, a:visited, a:active {
	color:#FF0000;
	text-decoration:none;
}

p{
	font-size:12px;
}

.clear{
	clear:both;
}