@import url("/styles/layout.css");
@import url("/styles/ddm.css");
@import url("/styles/contact.css");
@import url("/styles/pages.css");

html, body
{
	margin:					0px;
	
	padding:				0px;
	
	font-family:				Tahoma, Arial;
	background-color:			#5D2322;
	color:					#FFFFFF;
}

a img
{
	border:					none;
}

h1 span, h2 span, h3 span
{
	display:				none;
}

h2, h3
{
	margin:					0px 0px 10px 0px;
	
	padding:				0px 0px 6px 0px;
	border-bottom:				2px solid #FFFFFF;
	
	text-align:				center;
	font-weight:				normal;
}

h3
{
	margin:					10px 0px 10px 0px;

	border-bottom:				none;
	
	text-align:				center;
	font-weight:				normal;
}

ul
{
	margin:					0px;
	
	padding:				0px;
	
	list-style:				none;
}

li span
{
	font-size:				0.9em;
	color:					#C0C0C0;
}

p, a, li
{
	text-align:				center;
	color:					#FFFFFF;
	text-decoration:			none;
}

a:hover
{
	text-decoration:			underline;
}

img
{
	margin:					auto;
	
	border:					3px solid #000000;
}

.clear
{
	clear:					both;
}