/* CSS Document */

/* main css */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
/* End*/


/* Main container */
#maincontainer {
	position: relative;
	width: 898px;
	height: 126px;
	margin: auto;
	top: 0px;	 
}
/* end */

/* top row container */
#row-nav {
			float: left;
}
/* end */

/* picture row container */
#row-pic {
			float: left;
}
/* end */

/* content row container */
#row-content {
			float: left;
}
#row-content-head {
			float: left;
}
#row-content-footer {
			float: left;
}

/* end */

/* picture row container */
#row-footer {
			float: left;
}
/* end */
