html, body {
	margin: 				0px;
	padding: 				0px;
	background-color:		#011128;	
	width:					100%;
	height:					100%;
}

td, html, body {
	font-family:			"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:				12px;	
	color:					#FFFFFF;
	line-height:			1.5;
}

a {
	color:					#FFFFFF;
}

h1 {
	font-size:				24px;
	font-weight:			normal;
	margin-bottom:			0px;
	text-transform:			UPPERCASE;
	line-height:			1;
}

#menu A {
	display:				block;
	padding-right:			37px;
	padding-left:			37px;
}

#header {
	background-position:	top left;
	background-repeat:		repeat-x;
	background-image:		url( assets/header_rptr.jpg );
}

#footer {
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

#content {
	padding:				15px;
	padding-top:			30px;
}