 /* New press page*/
 
body {
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
 

#container {
	width: 980px;
	height: 100%;
	margin: 30px auto;
	padding: 0;
	
	}
	
#header {
	width: 980px;
	text-align: center;
	/*border-bottom: 20px solid #999*/
	}
 
#logo {
	margin: auto auto 10px auto;
	width: 144px;
	height: 68px;
	background: url(../press/img/vesper_logo_new.gif)
	}

#bar {
	font-size: 1.2em; 
	color: #ffffff;
	line-height: 1.6em;
	text-align: left;
	padding-left: 6px;
	height: 20px;
	background: #999
	}

#main {
	font-size: 1.2em;
	/*line-height: 1.4em;*/
	width: 980px;
	height: 300px;
	margin: 15px auto;
	padding: 0;
	/*border: 1px solid red*/
	}
	

#info {
	width: 560px;
	height: 220px
	}
	
#col_links {
	position: relative;
	left: 0;
	padding: 0 0 0 6px;
	margin: 0;
	width: 260px;
	height: 200px;
	/*border: 1px solid #999*/
	}
	
#col_links2 {
	position: relative;
	top: -200px;
	left: 280px;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 100px;
	/*border: 1px solid #999*/
	}

#col_text {
	position: relative;
	margin: 20px 0;
	top: auto;
	left: auto;
	width: 560px;
	height: auto;
	/*border: 2px solid red*/
	}
	
#col_img {
	border: 5px solid #CCC;
	float: right;
	width: auto;
	height: 600;
	/*background: #234234*/
	}
	
/* TYPO */

.content { 
	font-style: normal;
	color: #333;
	line-height: 1.4em
   		}
   
.content_bold { 
	font-weight: bold;
	color: #333
   		}
		
.content a {
        text-decoration:none
        }
		
.content a:hover 
    	{ 
    	text-decoration: underline 
    	}
		
h5		{ 
		padding: 0;
		margin: 0 0 4px 0;
    	font-size: 1em;
		font-weight: bold;
		border-bottom: 1px solid #999
    	}

#bottom {
	font-style: normal;
	margin: 10px 0 10px 0
	}

#bottom a {
	margin-right: 40px;
	text-decoration:none;
	color: #333
	}

#bottom a:hover 
    	{ 
    	text-decoration: underline 
    	}
	
#footer {
	border-top: 1px solid #b4b4b4;
	font-style: normal;
	font-size: 0.9em;
	color: #b4b4b4;
	text-decoration:none;
	position: relative;
	margin: 30px auto;
	padding: 4px 0 0 0;
	text-align: center;
	width: 980px;
	height: 20px;
	}


#footer a {
    text-decoration:none;
	color: #b4b4b4
	}

#footer a:hover 
    	{ 
    	text-decoration: underline 
    	}