/* CSS Document - Krishve v. 2.0 - © 2006 Kristian Hverring */

body {
	margin: 0;
	padding: 0;
	background-color: #991b1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #feeecc;
	scrollbar-base-color: #991b1e; 
	scrollbar-arrow-color: #feeecc;
	scrollbar-track-color: #991b1e;
	scrollbar-shadow-color: #461210;
	scrollbar-lightshadow-color: #991b1e; 
	scrollbar-darkshadow-color: #991b1e;
	scrollbar-highlight-color: #feeecc;
	scrollbar-3dlight-color: #991b1e;
	}

h1 {
	font-size: 1.5em;
	margin-top: 1em;
	}

h2 {
	font-size: 1em;
	}

p {
	font-size: 1em;
	line-height: 1.3em;
	}

img {
	border: 0;
	}

.date {
	font-weight: bold;
	}

.annoying_blink_style {
	text-decoration: blink;
	}

a:link, a:visited {
	color: #f5b437;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #feeecc;
	text-decoration: blink;
	}

#name {
	position: absolute;
	top: 35px;
	left: 340px;
	background-image: url(gfx/krishve_2_name.gif);
	background-repeat: no-repeat;
	width: 311px;
	height: 69px;
	}

#o_left {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(gfx/krishve_2_o_left.gif);
	background-repeat: no-repeat;
	width: 344px;
	height: 578px;
	}

#o_right {
	position: absolute;
	top: 23px;
	left: 811px;
	background-image: url(gfx/krishve_2_o_right.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 167px;
	}

#contentWrapper {
	position: absolute;
	top: 120px;
	left: 340px;
	width: 520px;
	z-index: 1;
	}

#nav {
	width: 100%;
	}
	
#nav a {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#content {
	width: 100%;
	}

#iframe_table {
	width: 550px;
	border: 0;
	border-collapse: collapse;
	/*border: 1px solid #461210;*/
	}

#iframe {
	border: 1px solid #461210;
	/*filter: alpha(opacity=90);
	opacity: 0.9;*/
	}


#edge {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(gfx/krishve_2_edge.gif);
	background-repeat: x-repeat;
	width: 100%;
	height: 132px;
	}
	
#imagesTable {
	margin-bottom: 15px;
	}
	
.release_thmb {
	float: left;
	/*padding-right: 10px;*/
	}
	
.releaseBox p {
	padding-left: 90px;
	}

.BUY_box {
	float: right;
	margin-right: 80px;
	}

.BUY_button {
	margin: 10px;
	text-align: right;
	}

.BUY_button a:link, .BUY_button a:visited {
	text-decoration: none;
	padding: 3px;
	background-color: #f5b437;
	color: #991b1e;
	}
	
.BUY_button a:hover, .BUY_button a:active {
	text-decoration: none;
	padding: 3px;
	background-color: #feeecc;
	color: #991b1e;
	}