@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none; 
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial;
	margin:0pt;
	cursor:default;
/*	overflow: hidden; */
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
	color: #b80103;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
/*	margin: 7em auto; */
	margin: 20px auto;
	width:440px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 0px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: normal;
	display: block;
	padding: 5px 10px 5px 10px;
	background: transparent url(images/ButtonOff.jpg)  no-repeat scroll left bottom; 
/*	background: #f6f6f6;  */
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 0px 0px 0px 0px;
	position: relative;
	color: #b80103;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	background: transparent url(images/ButtonOn.jpg) no-repeat scroll left bottom;
	top: 1px;
	border-bottom: 0;
	color: #ffffff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 3px solid #b80103;
	border-width: 4px 0px 0px 0px;
	text-align: left;
	padding-top: 10px;
	
	padding-bottom: 20px;
	font-size: 10pt;
	color:#6d6d6d;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 12px;
	padding: 10px 10px 10px 10px;
	font-size: 32px;
}
.content a {
	color: #b80103;
	text-decoration:none;
}
.content a:hover {
	color: #363636;
	text-decoration:none;
}

/******* /CONTENT *******/
/******* NEWS *******/
.content.biography h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.biography{
	display: block;
	text-align:left;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.video h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.video{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.articles h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.articles{
	display: none;
}
.content.contact h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.contact{
	display: none;
}


/******* /LINKS *******/
