/* CSS Document */

/* Body */
body {
	background-color: #000000;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Layout Sytles */
#container {
	margin:0 auto;
	padding:0;
	text-align:right;
	width:630px;
	position:relative;
}

/* Link Styles */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

/* Text Styles */
h1 {
	font-size: 18px;
	color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #CCCCCC;
}
h3{
	font-size:14px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
}
