body {
	margin: 0px;
	word-wrap: break-word;
}
body.home {
	background: #ffffff url(../images/rocktile.jpg) 0 0;
}
body.images {
	background: #ffffff url(../images/bg_photo_01.jpg) 0 0;
}
body.news {
	background: #ffffff url(../images/bg_metal_tile_04.jpg) 0 0;
}
body.links {
	background: #ffffff url(../images/bg_links_01.jpg) 0 0;
}
body.contact {
	background: #ffffff url(../images/bg_contacts_01.jpg) 0 0;
}
body.profile {
	background: #ffffff url(../images/bg_profile_01.jpg) 0 0;
}
body.Awards {
	background: #ffffff url(../images/rocktile.jpg) 0 0;
}
body.Press {
	background: #ffffff url(../images/bg_contacts_01.jpg) 0 0;
}
body.Resume {
	background: #ffffff url(../images/rocktile.jpg) 0 0;
}



/* clear all elements from spacing/borders */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* setup behaviors for png graphics, basically this script will allow for alpha transparencies for pngs in IE */
img {
	behavior:	url("pngbehavior.htc");
}

/* main site container, holds everything and setups 100% widths and heights */
#maincontainer {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#container {
}

#footer {
	position: relative;
	width: 100%;
}
#footer p {
	text-align: center;
	font-family: "Verdana", arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-top: 8px;
}
#footer p a {
	text-decoration: none;
	color: #000000;
}
#footer p a:hover {
	text-decoration: none;
	color: #ffffff;
}

#links h1 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 8px;
}
#links p {
	font-family: "Tahoma", arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: normal;
}
a:link { color: black; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { color: orange; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:visited { color: gray; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
#links.para {
	padding: 12px 0px 0px 62px;
	width: 210px;
}
#links.para p {
	font-family: "Tahoma", arial;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 14px 0px
}
#links p a {
	text-decoration: none;
	color: #000000;
}
#links p a:hover {
	text-decoration: underline;
	color: #000000;
}


/* Contact */
#contact {
	padding: 12px 12px 0px 0px;
}
#contact p {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
#contact p a {
	text-decoration: underline;
	color: #000000;
}
#contact p a:hover {
	text-decoration: none;
	color: #000000;
}
#comment_box {
	padding: 6px 6px 6px 6px;
	overflow: auto;
	width: 308px;
	height: 216px;
	background-color: #000000;
	word-wrap: break-word;
}
#comment_box h1 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
#comment_box h2 {
	font-family: "Tahoma", arial;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	font-weight: normal;
	padding: 2px 0px 10px 0px;
}
#comment_box p {
	font-family: "Tahoma", arial;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	word-wrap: break-word;
}
#comment_box p a {
	text-decoration: underline;
	color: #ffffff;
}
#comment_box p a:hover {
	text-decoration: none;
	color: #ffffff;
}
.commentform {
	padding: 0;
	border: 0;
	margin: 0;
}
.comment_box_msg {
	font-family: arial;
	width: 216px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	border: 1px #000000 solid;
	background-color: #ffffff;
}
.comment_box_email {
	font-family: arial;
	width: 216px;
	height: 15px;
	padding: 0;
	margin: 2px 0px 2px 0px;
	font-size: 10px;
	line-height: 12px;
	border: 1px #000000 solid;
	background-color: #ffffff;
}
.comment_box_name {
	font-family: arial;
	width: 190px;
	height: 15px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	border: 1px #000000 solid;
	background-color: #ffffff;
}
.comment_box_button {
	font-family: arial;
	width: 20px;
	height: 15px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	border: 1px #000000 solid;
	font-weight: bold;
	background-color: #ffffff;
}


/* NEWS */
#news {
	padding: 6px 6px 6px 6px;
	overflow: auto;
	width: 282px;
	height: 272px;
}
#news h1 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
#news h2 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: normal;
	padding: 2px 0px 10px 0px;
}
#news p {
	font-family: "Tahoma", arial;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
#news p a {
	text-decoration: underline;
	color: #ffffff;
}
#news p a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Profile */
#profile {
	padding: 0;
	overflow: auto;
	width: 311px;
	height: 506px;
}
#profile h1 {
	font-family: "Tahoma", arial;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
#profile h2 {
	font-family: "Tahoma", arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
#profile p {
	font-family: "Tahoma", arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
#profile p a {
	text-decoration: underline;
	color: #000000;
}
#profile p a:hover {
	text-decoration: none;
	color: #000000;
}


/* Animation */
#animation_videodetails {
	padding: 4px;
}
#animation_videodetails h1 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
#animation_videodetails p {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.animation_shorts h1 {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.animation_shorts p {
	font-family: "Tahoma", arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
