body {	
	color: #444;
	font: 0.7em verdana;
	background: url(../images/grid.gif);
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

h1 {
	font: 3.1em tahoma;
	color: #991616;
	font-weight:bold;
	padding: 5px;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7; */
	margin: 0;
}

h2 {
	display: block;
	color: #444;
	font-size: 1.1em;
	text-align: center;
	text-transform:uppercase; 
	letter-spacing:0.2em; 
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
}


h3 {
	display: block;
	color: #444;
	background-color: #FECECB;
	font-size: 1em;
	text-align: center;
	text-transform:uppercase; 
	letter-spacing:0.2em; 
	padding: 0;
	margin: 0 0 10px 0;
}

#container {
	width: 695px;
}

#content_left {
	float: left;
	width: 480px;
}

#content_left a, #content_right a{
	color: #000;
	text-decoration: underline;
}

#content_left a:hover, #content_right a:hover{
	color: #000;
	text-decoration: none;
}

#header_left {
	width: 480px;	
	text-align: left;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #FECECB;
	padding: 0;
	margin: 0;
}

#copy_left {
	width: 460px;
	padding: 10px 10px 60px 10px;
	background: #fff url(../images/fade_bg.gif) bottom repeat-x;
	text-align: left;
	border: 1px solid #999;
	border-top: none;
	margin: 0;
}

#content_right {
	float: right;
	padding: 0;
}

#content_right img {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#copy_right {
	width: 200px;
	background: #fff url(../images/fade_bg.gif) bottom repeat-x;
	border: 1px solid #999;
	margin: 0 0 10px 0;
}

#title {
	background: url(../images/vi_big.jpg) no-repeat;
	width: 695px;
	height: 186px;
	border: 1px solid #999;
}

#backtotop{
	text-align: right;
	width: 480px;
	margin: 10px 0 50px 0;
}

#footer {
	text-align: right;
	width: 200px;
	margin: 0 0 50px;
}

#footer a, #backtotop a{
	color: #000;
	text-decoration: underline;
}

#footer a:hover, #backtotop a:hover{
	color: #000;
	text-decoration: none;
}
	
#nav{
	width: 695px;
	margin: 0;
	text-align: center;
	padding: 0.3em 0;
	font: 1.2em tahoma;
	border-bottom: 1px solid #999;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: block;
}

#nav ul li { display: inline; padding: 1em;}

#nav ul li a{
	padding: 0.3em 1em;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

#nav ul li a:hover{
	background-color: #D70000;	
	color: #fff;
}

.ho{ 	
	color: #991616; 
	height: 1px; 
	width: 100%; 
}

.imgborder {
	border: 1px solid #999;
}

.separator {
	width: 100%;
	height: 10px;
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
}

.separator_right {
	width: 90%;
	height: 10px;
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
}

#button {
	border: 1px solid #999; 
	color: #444; 
	background: #fff;
}

#button:hover {
	background: #D70000;	
	color: #fff
}