
/* You Tune.biz DOM elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	background: #111 url(../images/ctrpage.gif);
	color: #CCABAE;
	font: normal 63.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #553436;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* old styles */
.butGenNav {
	font: normal 99.5% "Lucida Sans Unicode",sans-serif; 
	text-decoration: none;  
	padding-right: 6px; 
	padding-left: 6px; 
	padding-bottom: 2px;
	padding-top: 2px; 
	margin: 0px;
	border-top: #c5c5c5 1px solid;
	border-bottom: #333333 2px solid;
	border-right:  #333333 2px solid;
	border-left: #c5c5c5 1px solid; 
	color: #990000;  
	background-image:url(../images/bg_webquothdr.gif); 
	height:21px;  
	cursor: hand ;
}
input button {
	font: normal 99.5% "Lucida Sans Unicode",sans-serif; 
	text-decoration: none;  
	padding-right: 6px; 
	padding-left: 6px; 
	padding-bottom: 2px;
	padding-top: 2px; 
	margin: 0px;
	border-top: #c5c5c5 1px solid;
	border-bottom: #333333 2px solid;
	border-right:  #333333 2px solid;
	border-left: #c5c5c5 1px solid; 
	color: #990000;  
	background-image:url(../images/bg_webquothdr.gif); 
	height:21px;  
	cursor: hand ;
}
.space {clear: both;}
.wain {
	background: #333 url(../images/wain.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #121212;
	border-bottom: 1px solid #1F1314;
	font: normal 3em sans-serif;
	height: 80px;
}
.header a {
	color: #CCABAE;
	display: block;
	line-height: 80px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 12px;}
.header a:hover {
	background: #121212;
	color: #EEE;
}

/* page layout */
.container {
	border: 3px solid #553436;
	border-top: none;
	width:728px;
	margin:0 auto;
}

.main {
	background: #3C2527;
	border-bottom: 1px solid #342022;
	border-left: 1px solid #342022;
}
.main .left {width: 70%;}
.main .right {
	width: 30%;
}

.content {
	border-left: 1px solid #553436;
	border-top: 1px solid #553436;
	padding: 16px;
	background: #ffffed;
	color:#323232;
}

/* content elements */
.content h1 {
	background:  url(../images/bgh1.gif) repeat-x left bottom;
	color: #555;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .byline {margin-bottom: 5px;}

/* navigation */
.nav {
	background: #1F1314 url(../images/nav.gif) repeat-x left bottom;
	width: 100%;
}
.nav a {
	background: #1F1314 url(../images/nav.gif);
	border-right: 1px solid #1B1112;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 31px;
	padding: 0 20px;
}
.nav a:hover {
	background: #1F1314 url(../images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2F2A2A url(../images/wain.gif);
	border: 1px solid #251718;
	border-top-color: #340202;
	border-bottom-color: #553436;
	border-left-color: #553436;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background:  url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li:hover {
	background:  url(../images/lil.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #955A5F;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #CCABAE;}

/* footer */
.footer {
	background: #570E11;
	border-top: 1px solid #553436;
	color: #DDDDDD;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #2C1415;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #2C1415;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #7F4D51;}
.footer a:hover {
	color: #CCABAE;
	background: #701317;
}

.botlinks,.botlinkscenter {
	float: left;
	width: 31%;
}
.botlinkscenter {margin: 0 3%;}

/* bottom */
.bottom {
	color: #7F4D51;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #A66B70;}
