html, body 
{
height: 100%;
color: #000000;	
font-size: 12px;
font-family: Verdana, Helvetica, Arial,sans-serif;
}
 body 
{
background-color:#ffffff;
background-image: url('../media/img/tmpl/cd_bg_sub.jpg');
background-repeat: no-repeat;
background-position: center center;
}

/*a:link  {
color:#666;
}
a:visited  {
color:#666;
}
a:hover  {
color:#000;
text-decoration:none;
}*/

/* Layout */

div#container
{
position:absolute;
top:50%;
left:50%;
margin-top: -325px;
margin-left: -450px;
width: 900px;
height: 650px;
z-index:0;
}
#logo
{
position:relative;
top:60px;
left:63px;
width:200px;
}
#page_title
{
position:relative;
width:650px;
left:55px;
top:20px;
height:20px;
text-align:right;
z-index:999;
/*background-color:blue;*/
}
#page_title span
{
font-size:110%;
}
#page_title .light
{
color:#999;
}
#page_title .dark
{
color:#000;
}
#sub_menu
{
position:absolute;
width:60px;
height:310px;
left:748px;
top:155px;
/*background-color:yellow;*/
}

#sub_menu_nav_left
{
clear:left;
float:left;
font-size: 1.5em !important;
}
#sub_menu_nav_left a
{
display:block;
margin-left:7px;
width:25px;
color:#000;
text-decoration:none;
}
#sub_menu_nav_right
{
float:left;
font-size: 1.5em !important;
}
#sub_menu_nav_right a
{
display:block;
width:25px;
color:#000;
text-decoration:none;
}
#page_image
{
width:620px;
height:320px;
position:absolute;
left:90px;
top:150px;
/*background-color:purple;*/
}
#text_left
{
width:310px;
position:absolute;
top:490px;
left:90px;
}
#text_left h3
{
color:#000;
font-size:100%;
font-weight:bold;
margin-bottom:5px;
}
#text_left p
{
color:#333;
font-size:100%;
margin-left:0px;
margin-right:5px;
}

#text_right
{
width:310px;
position:absolute;
top:490px;
left:400px;
}

#text_right h3
{
color:#000;
font-size:100%;
font-weight:bold;
margin-bottom:5px;
}
#text_right p
{
color:#333;
font-size:100%;
margin-left:0px;
margin-right:5px;
}
#contact_text
{
	float: left;
	margin-left: 130px;
	margin-top: 80px;
	width:250px;
}
#contact_image
{
	float: left;
	margin-top:50px;
	width:425px;
}

#contact_text p,#contact_text a 
{
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	text-decoration: none;
}
#contact_text a:hover
{
	color: #000;
	margin-left: 2px;
	text-decoration: underline;
} 
#contact_text h3
{
	color: #000;
	font-size: 120%;
	font-weight: bolder;
}
#phone
{
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	margin-top: 20px;
}

/*img, div { behavior: url(iepngfix.htc) }*/

