@charset "utf-8";
/* CSS Document */

	/*-------------------------------------*/
	/* dvdeu.org CSS - Rules, Layout, Text */
	/* Written by Kieran Alington 28/04/08 */
	/*   Cross Browser & Res Compatable    */
	/*-------------------------------------*/

/* General Rules */
html {
	_overflow: scroll;
	overflow: -moz-scrollbars-vertical;
} 

body {
	font-size:80%;
	font-family: 'Lucia Grande',Verdana,sans-serif;
	margin:10px;
	background-color:#666666
}

img
{  border-style: none; }

p { font-size:100%; padding: 0px 2px 2px 2px }
h1 { font-size:100%; padding: 0px 2px 2px 2px }
.newstext {font-size: 85%}
.newsHeadings {font-size:90%; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.text {font-size:80%; font-family:Verdana, Arial, Helvetica, sans-serif}

/* Container */
#container_main {
	margin: auto;
	top:100px;
	width:800px;
	padding:5px;
	border:1px solid #000;
	background-color:#FFF;
}

/* Link Styles */
a:link { color: #000; text-decoration: none; }

a:visited { color: #000; text-decoration: none; }

a:hover { color: #000; text-decoration: underline; }

a:active { color: #000; text-decoration: none; }

/* Define divs */

#title_hold {
	width:100%;
	background-color:#0164E5;
	margin-bottom:5px;

	}

#nav {
	float:left;
	width:60%;
	background-image:url(../_images/nav/nav_bg_fade.gif);
	height:30px;
}

#login {
	float:right;
	width:40%;
	background-image:url(../_images/nav/nav_bg_fade.gif);
	height:30px;
	}

#login_lower {
	float:right;
	clear:right;
	width:20%;
	background-image:url(../_images/nav/nav_bg_fade_lower.gif);
	height:40px;
	margin-bottom:5px;
	}

#rh_box {
	float:right;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:auto;
	}

#inside {
	overflow:auto;
	height:325px;
	}

#rh_box_default {
	float:right;
	clear:right;
	width:20%;
	height:181px;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:auto;
	}

#rh_box_low {
	float:right;
	height:152px;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:auto;
	}

#rh_box_low_default {
	float:right;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:hidden;
	}

#rh_box_low_comm {
	float:right;
	height:153px;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:auto;
	}

#rh_box_low_long {
	float:right;
	height:350px;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	}

#rh_box_bo {
	float:right;
	height:73px;
	clear:right;
	width:20%;
	background-color:#B1D3FF;
	margin-bottom:5px;
	overflow:auto;
	}

#head_title {
	height:21px;
	background-color:#3D85E3;
	}

#content_one {
	float:left;
	width:79.5%;
	background-color:#B1D3FF;
	margin-top:4px;
	}

#content_one p { padding-left:5px; }

#content_two_left {
	float:left;
	clear:left;
	width:20%;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_latest {
	float:left;
	clear:left;
	width:20%;
	height:380px;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_gallery {
	float:left;
	height:180px;
	clear:left;
	width:20%;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_right {
	float:left;
	margin-left:4px;
	width:59%;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_newsletter {
	float:left;
	margin-left:4px;
	width:59%;
	height:380px;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_links {
	float:left;
	margin-left:4px;
	height:180px;
	width:59%;
	background-color:#B1D3FF;
	margin-top:4px;
}

#content_two_gallery_left {
	float:left;
	margin-left:4px;
	width:59%;
	background-color:#B1D3FF;
	margin-top:4px;
}


/* Class */
.spacer {
	clear:both;
}

/* SLIDESHOW */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}


/**** End ****/ 