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

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	}
	
h1 {
	font-size: 1.5em;
	margin-top: 1em;
	}

h2 {
	font-size: 1em;
	}

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

/*hr {
	width: 100%;
	border: 0;
	color: #f5b437;
	background-color: #f5b437;
	height: 1px;
	}*/

.date {
	font-weight: bold;
	}

.annoying_blink_style {
	text-decoration: blink;
	}

a:link, a:visited {
	color: #007ba7;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #00aeef;
	text-decoration: none;
	}

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

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

#o_right {
	position: absolute;
	top: 23px;
	left: 811px;
	background-image: url(gfx_2/krishve_2.0_o_right_black.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 ul {
	margin: 0px 0px 50px 0px;
	padding: 0;
	width: 100%;
	list-style-type: none;
	}

#nav li {
	display: inline;
	padding-right: 20px;
}
	
#nav a {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#content {
	width: 100%;
	}

#newsContainer {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 520px;
	height: 500px;
	overflow: auto;
	z-index: 2;
	}

#edge {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(gfx_2/krishve_2.0_edge_black.gif);
	background-repeat: x-repeat;
	width: 100%;
	height: 132px;
	}
	
#imagesTable {
	margin-bottom: 30px;
	}
