a, a:active, a:link {
	text-decoration: none;
	color: #fff;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
}

BODY {
 background: #070707 url('pics/bg.jpg') no-repeat center top;
 color: #5B5B5B; 	
 margin: 00px 0 0 0;
 font-family: Verdana, Arial;  
}

H1 {
 color: #B0B0B0;
 font-size: 18px;
 font-weight: normal;
 margin: 0 0 0 30px;
}

P {
 color: #A0A0A0;
 font-size: 14px; 
 margin: 0 5px 0 0;
}

IMG.images {
 border : 1px solid #FF6101;
}

DIV.ms_portrait {
  float:left;
  position:relative;
  top:230px;
  margin:20px;
  text-align: center;
  filter:alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity:0.75;  
}

SPAN.ms_name {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
}

SPAN.ms_title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
}

Div.ms_portrait:hover {
  cursor:pointer;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
}

DIV.imagecontainer {
 float:right;
 background-color : white; 
 margin-right : 10px;
 margin-top : 10px;
 font-size : 0px;
}

IMG.separator {
 border : 0px;
}

DIV.errormessage {
 color: #FF6101;
 margin: 10px;
 padding : 10px;
}

#page {
 width:1000px;
 text-align : left;
}

#header {
 width:100%;
 background-repeat : repeat-x;
 background-position : bottom;
 height:100px;
 font-family: Verdana, Arial;
 font-size: 12px;
 font-weight:bold;
}

#menu_bar {
 float : left;
 padding-left:10px;
 padding-top:10px; 
}

#language_bar {
 float : right;
 padding-right:10px;
 padding-top:10px; 
}

#content {
 width:100%;
 min-height:600px;
}

#header h1#logo-text a {
	position: relative;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 100px; left: 60px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}

#header p#intro {
	position: relative;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 580px;
	
	/* change the values of top and left to adjust the position */
	top: 140px; left: 90px;		
}

#companyname {
 color : #FF6101;
 font-weight:bold;
 font-size:15px;
 margin-bottom:10px;
}

#contact {
 padding-top:10px;
 padding-bottom:10px; 
 padding-right:15px;
 font-size : 12px;
 text-align:right;
}

#footer {
 background: #070707 url('pics/footer-top.jpg') no-repeat center top;
 width:100%;
 text-align:right;
 padding:10px 0px 5px 0px;
 font-size: 11px;
}

#copyright {
 padding-right:10px;
 float:right;
}
