/* Setup defaults */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #000;
	background-image: url('../img/crone_gradient.gif');
	background-repeat: repeat-x;
}
.clear { clear:both; }
/* Setup defaults - End */
.hidden {
	display:none;
}


#body {
	/*
	** DC - These next two lines look like typos
	1max-width:800px;
	1width:expression(document.body.clientWidth > 800 ? "800px" : this.width);
	*/
	width:800px;
	min-width:900px;
	/* Wont work on a dragging resize */
	margin:auto;
}

#header {
	background:#000;
	background-image: url('../img/cronelogopadded.gif');
	background-repeat:no-repeat;
	color:#fff;
	height:136px;
}

#header h1 {
	font-size:170%;
	margin-left:215px;
	padding-top:15px;
	font-family: garamond;
}
#header h2 {
	font-size:90%;
	font-style: italic;
	margin-left:185px;
	font-family: "time new roman", "sans-serif";
}
#header h3 {
	font-size:240%;
	margin-left:220px;
	margin-top:20px;
	font-family: arial, sans-serif;
}

#header #contact {
	margin-right:10px;
	margin-top:75px;
	float:right;
	font-family: garamond;

}

#contact a { color: #ffffff; 
}

#header #contact:first-line {
	font-size:150%;
}

#nav {
	background-image: url('../img/button_gradient.gif');
	background-repeat:repeat-x;
	border:1px solid white;
	text-align:right;
	height:30px;
	z-index:100;
	position:relative;
}

#nav ul {
	list-style: none;
	display:block;
	height:30px;
	text-align:center;
	float:right;
}
#nav ul li {
	display: block;
	float:left;
	border-left:1px solid white;
	border-bottom:1px solid white;
	color:white;
	position:relative;
	width:110px;
	height:30px;
	line-height:32px;
 font-size:90%;
}
#nav ul li a {
	color:white;
}

#nav ul li ul {
	position:absolute;
	width:110px;
	top:31px;
	left:0px;
	display:none;
}
li ul li {
	background-image: url('../img/button_gradient.gif');
}

#tease {
	background: #fff;
	background-image: url('../img/lg_logo_padded.gif');
	background-repeat:no-repeat;
	height:200px;
}
#tease img { float:right; margin-right:75px; }

#contentContainer {
	background:#000;
	color:#fff;
	padding:15px;
}

#footer {
	background:#000;
	color:#fff;
	padding-bottom:15px;
	padding-top:20px;
}

#footer #copyright {
	text-align:center;
	font-style:italic;
	font-size:70%;
}


/* Non global styles */
#tease #bio_name {
	float:right;
	margin-right:20px;
	margin-top:60px;
	font-size:200%;
	font-family: garamond;
	font-weight:bold;
}

#contentContainer .column {
	float:left;
	width:30%;
	margin-left:10px;
	font-size:80%;
}

#contentContainer .scroller {
	padding:15px;
	height:250px;
	overflow:auto;
	background:#444444;
	font-size:80%;
}

#contentContainer #scroll_col_1 {
	float:left;
	width:300px;
	margin-left:30px;
	margin-right:35px;
}

#contentContainer #scroll_col_2 {
	float:left;
	width:400px;
	margin-right:35px;
}

#tease #center_char2 {
	float:left;
	position:static;
	
}

#tease #center_char {
	float:none;
	position:relative;
	top:-45px;
	left:320px;
}

#tease #charname {
	font-size:250%;
	position:relative;
	top:70px;
	left:100px;
	font-weight:bold;
}

#tease #trademarksymbol {
	font-size:50%;
}

#contentContainer .mediaitem img {
	float:left;
}

#leftcolumn {
	width:25%;
	float:left;
}

#rightcolumn {
	width:70%;
	float:right;
}

#rightcolumn .column {
	width:40%;
}

#header #hotimg {
	position:absolute;
}