* {
	margin: 0;
	padding: 0;
}

:link, :visited {
    text-decoration: none;
}

a img,
:link img,
:visited img,
fieldset {
    border: 0;
}

a:active {
    outline: none;
}

address, abbr {
    font-style: normal;
}

a {
	color: #639dc8;	
}

dt, caption, legend {
	display: none;
}

.clear {
	clear: both;
}

body {
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
	color: #646464;
    line-height:23px;
	background: url('../gfx/bg_body.jpg') top center #262626;
}

#container {
	width: 960px;
	height: 100%;
	position:relative;
	background: url('../gfx/bg.gif') repeat-y;
    margin: 0 auto;
}

#header {
	height: 266px;
	background: url(../gfx/bg_header.jpg) repeat-x top left;
}

	#nav {
		z-index: 100 !important;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 50px;
		color: #000000;
		font-size: 110%;
	}
	
		#nav a {
			color: #ffffff;
		}

	#logo {
		position: absolute;
		top: 0;
		left: 35px;
	}
	
	#quote {
		position: absolute;
		top: 0;
		right: 0;
	}

	#navigation {
		margin-left: 303px;
		height: 38px;	
		position: absolute;
	    top: 158px;
		width: 600px;	
	}
	
		#navigation li {
			display: inline;
			padding: 10px 63px 10px 12px;
			background: url('../gfx/nav_dot.gif') top left repeat-y transparent;	
			font-size: 13px;
			cursor: pointer;		
		}
		
		#navigation li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#navigation li.last {			
			background: url('../gfx/nav_dot_last.gif') top left repeat-y transparent;
		}
		
		#navigation li.active a {
			color: #F0037F;
		}

#left {
    float: left;
	position: relative;
	left: 35px;
    width: 190px;
    margin-top: 32px;
	background: url(../gfx/bg_left_block.gif) top left repeat-x transparent;
}

	.left_block {
		position: relative;
		top: 0;
		left: 0;
		padding: 14px 14px 24px 14px;
		width: 162px;
		background: url(../gfx/bg_left_block.gif) bottom left repeat-x transparent;
	}

	#left h2 {
	    color: #000;
	    font-size: 120%;
	    font-weight: bold;
	}

	#left p {
	    color: #FFF;
	}
	
	#left .more a {
		color: #000000;
		margin-left: 5px;		
	}

#content {
	position: relative;
    font-size: 12px;
	left: 44px;
	width: 480px;
	float: left;
	z-index: 1000;
	margin-left: 44px;
}
	.content_image {
		padding-bottom: 14px;

	}
	
	.news_image {
		float: left;
		margin: 0 16px 10px 0;
	}
	
	.dotted_line {
		background: url(../gfx/image_dot.gif) repeat-x bottom left transparent;
		margin-bottom: 18px;
		clear: both;
	}

	#content h1 {
	    font-size: 240%;
		color: #f0037f;
		margin-bottom: 10px;
		padding-bottom: 10px;
		background: url(../gfx/bg_h1.gif) repeat-x bottom left transparent;
	}

	#content p {
	    color: #444444;	
	}
	
	.home_news {
		height: 160px;
		clear: both;
	}
	
	.home_news h3 {
		color: #F0037F;
		font-weight: normal;
		font-size: 160%;
		margin-bottom: 10px;
	}
	
	.home_news img {
		margin: 0 24px 16px 0;
		float: left;
	}
	
	.home_news a {
		color: #F0037F;
		text-decoration: underline;
	}
		
	.news_overview {
		font-size: 120%;
		line-height: 14px;
		margin-top: 16px;
	}
	
	.news_overview span {
		font-size: 70%;
		color: #555555;
	}
	
	.news_overview a {
		color: #F0037F;
	}

#right {
	position: relative;
	top: 50px;
	left: 49px;
	float: left;
	color: #777777;
	line-height: 16px;
	margin-left: 35px;
	width: 160px;
}

	.right_block {
		background: url(../gfx/bg_right_block.gif) repeat-x bottom left transparent;
		margin-bottom: 20px;
		padding: 0 14px 14px 14px;
		
	}

	.right_block h2 {
		color: #000000;
		font-size: 130%;
		margin-bottom: 12px;
	}
	
	#right a {
		color: #f0037f;
		line-height: 22px;
		text-decoration: underline;
	}

hr {
    clear: both;
    visibility:hidden;
    line-height:1%;
    height:15px;
    margin-bottom: -5px;
}


