/* 
 * *******************
 * Chocolate IT layout
 * ******************* 
*/

/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}

/* Typography
------------------------------------------------------------------------------------------------- */

body{
	color: #FFFFFF;
	font-family: Courier;
	font-size: 0.8em;
	background-color: #000000;
}

label{
	font-size:0.8em;
	
}

p{
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 10px 0 0 20px;
	font-family: Courier;
}

li{
	line-height: 1.5em;
	font-family: Courier;
}

h1,h2,h3,h4{
	font-family: Courier;
	color: #FFFFFF;
	margin: 0px 0 0 20px;
}

h4{
	margin-top: 10px;
}

h3{
	font-size: 1.4em;
}

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

/* Overall Layout
------------------------------------------------------------------------------------------------- */
div#container{
	width: 795px;
	margin: 0 auto;
}

/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	background: url(../images/header.jpg);
	width: 795px;
	height: 267px;
	float: left;
}

/* Nav 
------------------------------------------------------------------------------------------------- */
ul#mainnav{
	background: url(../images/mainnav.png);
	width: 795px;
	height: 38px;
	margin-top: 232px;
	list-style: none;
	display: block;
	float: left;
}

ul#mainnav li{
	padding: 0 14px;
	padding-left: 18px;
	margin-top: 7px;
	float: left;
	list-style: none;
}

/* Content 
------------------------------------------------------------------------------------------------- */
div#content{
	background: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-color: #1D263C;
	width: 795px;
	float: left;
}

div#text{
	width: 490px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

div#rightimage{
	width: 278px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: right;
}

img.albums{
	margin-top: 20px;
}

ul#history{	list-style: none;
	margin-left: 20px;
	margin-top: 10px;
}

ul#history li{
	margin-top: 10px;
}div#text a{	text-decoration: underline;}div#flashPlayer{	margin: 10px 0 0 23px;}
/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer{
	background: url(../images/footer.png);
	width: 795px;
	height: 71px;
	margin-top: 3px;
	float: left;
}

div#footer p{
	margin-top: 10px;
	font-size: 0.6em;
}




