﻿*{
	padding:0px;
	border:0px;
	margin:0px;

	color:#cccccc;
	font-family:Calibri,sans-serif;
}

body{
	background-color:#000000;
	background-image:url('../Images/BackgroundCarbon.jpg');
	background-repeat:repeat-x;
}

a{
	text-decoration:none;
}

a:hover {
	color: #BD535C;
}

img {
	border-style:none;
	/*padding:10px;*/
}

li{
	list-style-position:inside;
}

#page{
	width:950px;
	margin:auto;
}

#head{
	text-align:center;
	font-size:small;
	padding:10px;
}

#nav-top li{
	display:inline;
	padding:0px 10px;
}

#body{

}

#body-left{
	float:left;
	width:192px;
	padding:10px;
}

#body-center{
	margin:0 212px;
	padding:10px;
}

#body-right{
	float:right;
	width:192px;
	padding:10px;
}

#blob{

}

#blob-head{
	text-align:center;
	background-image:url('../Images/menutop.gif');
	background-repeat:no-repeat;
	height:37px;
	font-weight:bold;
	padding-top:10px;
}

#blob-body{
	padding:10px 15px;
	background-image:url('../Images/menumiddle.gif');
	background-repeat:repeat-y;
	margin-top:-10px;
}

#blob-foot{
	background-image:url('../Images/menubottom.gif');
	background-repeat:no-repeat;
	height:15px;
}

#blob-body ul{
	list-style-type:none;
}

#bigblob{

}

#bigblob-head{
	text-align:left;
	background-image:url('../Images/bigmenutop.gif');
	background-repeat:no-repeat;
	height:37px;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	color:#BD535C;
}

#bigblob-body{
	padding:15px;
	background-image:url('../Images/bigmenumiddle.gif');
	background-repeat:repeat-y;
	margin-top:-10px;

}

#bigblob-foot{
	background-image:url('../Images/bigmenubottom.gif');
	background-repeat:no-repeat;
	height:15px;
}

#foot{
	clear:both;
	
	text-align:center;
	font-size:small;
	padding:10px;
}