html {
	height:100%;
	padding:0px;
    margin:0px;
}


body { 
color:#660000;
font-family:'Courier New', serif;
font-size:12px; 
line-height:14px;
padding:0px;
margin:0px;
 }
 


 #navigation {
	 position:relative;
	 margin:auto;
	 margin-top:12px;
	 width:940px;
 }
 
  
 #navigation_sm {
	 position:absolute;
	 width:490px;
 }
 
 #navigation img {
border:0px;
  }
  
#navigation_sm img {
border:0px;
  }
	
#frontcontainer {
position:relative;
width:1000px;
margin:auto;
margin-top:20px;
height:720px;
}

#container {
position:relative;
width:1000px;
margin:auto;
margin-top:100px;
height:600px;
}
  
 
/* LIST RULES FOR ROLLOVER EFFECTS */

ul {
list-style:none;
margin-top:0px;
}

ul li {
display:inline;
position:absolute;
}

ul li a {
	display:block;
	text-decoration:none;
}

ul li a .icon {
	display:none;
	text-decoration:none;
}

ul li a:hover {
	display:block;
	text-decoration:none;
}

ul li a:hover .label {
	display:none;
}

ul li a:hover .icon {
	display:block;
	position:absolute;
}

ul li a .icon img {
	position:relative;
}


#topwrapper {
position:relative;
width:980px;
margin:auto;
padding-top:7px;
}


  
#namebox {
width: 740px;
position:absolute;
bottom:35px;
right:70px;
}

#namebox_sm {
width: 320px;
position:absolute;
top:0px;
right:0px;
height:77px;
background:#fff;
}



#namebox_sm img {
border:0px;
}

#thumbwrapper {
position:absolute;
top:100px;
width:100%;
height:530px;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
}

#thumbwrapper_dark {
position:absolute;
top:90px;
width:100%;
height:530px;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
background:#000;
}



#thumbs {
margin-left:50px;
}

#thumbs img {
width:80px;
height:60px;
border:1px solid #000;
margin:5px;

}


#thumbwrapper_dark #thumbs img {
	border:1px solid #ccc;
}


#content_position {
position:absolute;
top:90px;
left:600px;
width:700px;
height:530px;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
background:#000;
}


#content_display {
width:650px;
margin-top:70px;
}


#content_display img {
	border:1px solid #666;
		background:url('pics/background_vintage.gif');
}

#content_display img.sculpt {
	margin-left:25px;
	background:url('pics/background_vintage.gif');
	}

#content_text {
margin-top:7px;
margin-left:7px;
color:#666;
width:400px;
font-size:12px;
}

#content_text a {
	color:#666;
}

#content_text a:hover {
	color:#f93;
}

#section_identifier {
	position:absolute;
	right:200px;
	top:300px;
	color:#333;
	font-size:140px;
	font-weight:900;
}

#section_identifier_id {
	position:absolute;
	right:60px;
	top:90px;
	color:#333;
	font-size:100px;
	font-weight:900;
}



#id_leftcolumn {
position:relative;
width:480px;
}

#id_rightcolumn {
position:absolute;
left:510px;
top:90px;
width:480px;
}

#container a:link, #frontcontainer a:link {
color:rgb(252,49,1);
font-weight:bold;
text-decoration:none;
}

#container a:visited, #frontcontainer a:visited  {
color:rgb(252,49,1);
font-weight:bold;
text-decoration:none;
}

#container a:hover, #frontcontainer a:hover {
color:rgb(252,49,1);
font-weight:bold;
background:rgb(179,252,1);
text-decoration:none;
}

#container a:active {
color:rgb(232,1,252);
font-weight:bold;
background:#000;
text-decoration:none;
}

h1 {
font-size:20px;
line-height:20px;
font-weight:900;
}

h2 {
font-size:14px;
line-height:14px;
font-weight:700;
margin-bottom:5px;
margin-top:20px;
}

p {
margin-top:7px;
margin-bottom:7px;
}

#news {
width:550px;
position:absolute;
top:280px;
left:300px;
}

.video_box {
	border:1px solid #333;
	text-align:center;
	padding-top:5px;
}




