/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	padding:20px;
	margin:20px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 30px 0;
}

h2 {
	font-size:16px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h3 {
	font-size: 14px;
	font-weight:bold;	
	margin:0 0 10px 0;
}

#header {
	background-image:url(../images/cloud2.jpg);
	background-repeat:no-repeat;
	height: 211px;
	width: 803px;
/*	border: #fff solid 1px;*/
}

#headerWrapper {
	margin-bottom: 20px;
}

#contentWrapper{
	
}

#content {
	width: 760px;
	background-color:#243C56;
	padding:20px;
	color:white;
	line-height: 17px;
	background-image:url(../images/bgContent.gif);
	background-repeat:repeat-x;
}

#navigation {
	text-align:left;
	padding-top:189px;
	padding-left: 20px;
	font-weight:bold;
	color: #20487C;
}

#navigation a,
#navigation a:active,
#navigation a:link,
#navigation a:visited,
#navigation a:hover
{
	color: #20487C;
	text-decoration:none;
}

#navigation a:hover {
	text-decoration:underline;
}


a,
a:active,
a:link,
a:visited,
a:hover
{
	color: #C7E2FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.boldLink {
	font-weight: bold;
}

.albumContainer {
	float:right;
	text-align:center;
	margin-left: 30px;
	width:200px;
	margin-bottom: 20px;	
}

.album {
	background-image:url(../images/roboghostHoody.jpg);
	width:200px;
	height:203px;
	border:#32557B solid 1px;
	background-repeat:no-repeat;
	background-color:black;
	color:#fff;
	font-weight:bold
}

.albumContainer300 {
	float:right;
	text-align:center;
	margin-left: 30px;
	width:300px;
	margin-bottom: 20px;
}

.album300 {
	background-image:url(../images/albumCover300Px.jpg);
	width:300px;
	height:305px;
	border:#32557B solid 1px;
}

.albumRobot {
	background-image:url(../images/RobotCover300Px.jpg);
	width:300px;
	height:305px;
	border:#32557B solid 1px;
}

img {
	border:#32557B solid 1px;
}

.splitter {
	margin-top: 15px;
	border-top: #345D88 dashed 1px;
	padding-bottom:15px;
	height:1px;
}

.titleSplitter {
	margin-top: 15px;
	border-top: #fff dashed 1px;
	padding-bottom:15px;
	height:1px;
}


