*{
	margin:0;
	padding:0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size:larger;
	font-weight: normal;
	background: #000000 url("../images/triangles.png") repeat fixed center; 
}

p{
	margin-bottom:10px;
}	

#wrapper{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 0px;
	bottom: 0px;
	color: #000000;
	background: #FFFFFF url("../images/creampaper.png") repeat fixed center; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#header{
	position: absolute;
	width: 100%;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 130px;
	background: #000000 url("../images/dark_leather.png") repeat fixed center; 
}

#band{
	position: absolute;
	width: 30px;
	left: 50%;
	margin-left: 150px;
	top: 0px;
	height: 100%;
	background: #000000 url("../images/vertical_cloth.png") repeat fixed center; 
	z-index: 5;
	box-shadow: 0px 2px 5px #000000;
}

#navstrip{
	position: absolute;
	width: 100%;
	top: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	box-shadow: 0px 2px 5px #000000;
/*	background: url("images/overlay.png") repeat fixed center;
*/	z-index:4;
	background: #D60000; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#D60000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D60000,  #990000); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60000', endColorstr='#990000'); /* for IE */
	font-weight:normal;
	font-size: larger;
	text-shadow: 2px 2px 0 #000000, 3px 3px 0 rgba(0, 0, 0, 0.5);
}
#navleft{
	width: 550px;
	text-align: left;
	float: left;
	clear: none;
	padding-left: 25px;
}
#navright{
	width: 200px;
	text-align: left;
	float: left;
	clear: none;
	padding-left: 25px;
}

#navstrip .link{
	padding-right: 50px;
	text-align: left;
}

#navstrip .link a{
	color: #FFFFFF;
	text-decoration: none;
}

#navstrip .link a:hover{
	color: #666666;
	background-color: 0066FF;
}

#main{
	position: absolute;
/*	width: 100%;
*/	left: 25px;
	right: 260px;
	top: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincol1{
	width: 250px;
	float: left;
	clear: none;
}

#maincol2{
	width: 250px;
	padding-left: 15px;
	float: left;
	clear: none;
	background: url("../images/v-line.png") repeat-y top left; 
}

.mainheader{
	width: 100%;
	background: url("../images/h-line.png") repeat-x bottom left; 
}

#main ul{
	margin-left: 20px;
	list-style-image: url("../images/dot.png") ;
}

#main img{
	width: 200px;
}

#main, #sidebar{
	font-family: 'Delius Swash Caps', cursive;
}

#sidebar{
	position: absolute;
	right: 10px;
	width: 190px;
	top: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#icons{
	text-align: center;
}

#icons .icon{
	float: left;
	clear: none;
	margin: 5px;
/*	margin-right: 10px;
	margin-bottom: 10px;
*/}

#icons .icon img{
	width: 30px;
}

#footer{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: #000000 url("../images/dark_leather.png") repeat fixed center; 
}

#footerstrip{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
*/	box-shadow: 0px 2px 5px #000000;
/*	background: url("images/overlay.png") repeat fixed center;
*/	z-index:4;
	background: #D60000; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#D60000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D60000,  #990000); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60000', endColorstr='#990000'); /* for IE */
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 0 #000000, 2px 2px 0 rgba(0, 0, 0, 0.5);
}