/* This is the CORE of Gamealbums */

body {
	background: #99ccff;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 9pt; 
	margin:0px;
	}

p, ul {
	font-size: 9pt;
	line-height: 14pt;
	margin-left:18px;
	}

ul	{margin-left:45px;}

h1 {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	padding-left:18px;
	padding-right:25px;
	padding-bottom:4px;
	border-bottom:1px dashed #ffffff;
	background:url(images/musicalnote.jpg) no-repeat;
	font-variant:small-caps;
	}

h2 {
	font-size: 11pt;
	line-height: 13pt;
	text-decoration: underline;
	font-weight: bold;
	margin-top:30px;
	padding-left:18px;
	background:url(images/musicalnote2.jpg) no-repeat;
	}

h3 {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-left:18px; 
	margin-top:30px;
	margin-bottom:-10px;
	font-style:italic;
	}

a {
	text-decoration: none;
	color: #99ccff;
; font-weight: normal
	}

a:hover {
	color: #99ccff;
	text-decoration: none;
; font-weight: normal
	}


#container {
	width:770px;
 	background:url(images/bg.jpg) repeat-y;
   	text-align: left;
	}



#header {
	background:url(images/header.jpg) no-repeat;
	width: 770px;
	height: 139px;
	}
	
	#header img {
		border:0px;
		}

#mainnav {
	width:770px;
	height:30px;
	background:url(images/navigation-back.jpg) no-repeat;
	}

	.mainnav {
		height:25px;
		color: #99ccff;
		font-weight:normal;
		font-size:9pt;
		text-decoration: none; 
		text-align:center;
		margin-right:50px;
		margin-left:5px;
		}
	
	#mainnav a:hover {
		color:#99ccff;
		font-weight:normal;
		font-variant:normal;
; text-decoration: none
		}


#main {
	padding-left:80px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	background:url(images/sidebarmargin.jpg) no-repeat;
	}


#footer {
	font-weight:bold;
	padding-top:10px;
	background:url(images/footer-back.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	width: 770px;
	height: 50px;
	}

dt {
	font-weight:bold;
	font-size:10pt;
	text-decoration:underline;
	}

dd {	
	margin-bottom:5px;
	}


.step1 {
	background:url('images/step1.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.step2 {
	background:url('images/step2.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.step3 {
	background:url('images/step3.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.step4 {
	background:url('images/step4.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.step5 {
	background:url('images/step5.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.step6 {
	background:url('images/step6.jpg') no-repeat;
	padding-top:40px;
	margin-bottom:15px;
	}

.faq { margin-left:20px;}

.italic {font-style:italic;}
