body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#fff;
color:#111;
}
/*
.bodydiv
{
padding: 0 400px;
text-align: center; /* centering hack for IE5.x/Win */
}
/*
.sizer
{
width: 0%;
margin: 0 auto 0 auto; /* standard centering method */
text-align: left; /* resets centering hack to default */
}
/*
.expander
{
margin: 0 -400px;
position: relative;
text-align: left;
min-width:800px;
}

/* Holly hack for IE \*/
* html .bodydiv,
* html .sizer,
* html .expander { height: 0; }
/* */



/*************************HEADER ELEMENTS**********************************/

#header
{
width:100%;
height:150px;
background-color:#111;
}

#title
{
position:absolute;
top:18px;
left:30px;
width:100px;
height:75px;
font-family:Eurostile Bold Extended;
color:#f2f2f2;
}

h1
{
font-size:48px;
text-transform:capitalize;
letter-spacing:2px;
padding:0;
margin:0;
}

h2
{
font-size:20px;
font-variant:small-caps;
letter-spacing:4px;
padding:0;
margin:0;
color:#AF1E2D;
}

#header hr
{
position:absolute;
top:70px;
left:0px;
width:100%;
background-color:#fc0;
color:#fc0;
}

#subtitle
{
position:absolute;
top:120px;
left:20px;
width:250px;
height:25px;
color:#f2f2f2;
}

h3
{
font-size:16px;
font-style:oblique;
padding:0;
margin:0;
text-transform:capitalize;
}

/***********************NAVIGATION*****************************/

#nav
{
position:absolute;
top:45px;
left:220px;
width:600px;
height:20px;
}

#nav ul li
{
list-style:none;
display:inline;
font-size:16px;
}

#nav ul li a
{
color:#fff;
text-decoration:none;
padding:0 7px;
}

#nav ul li a:hover
{
color:#fc0;
}

/*****************MAIN TEXT ELEMENTS**************************/

#content
{
float:left;
background-color:#fff;
width:100%;
height:auto;
}

#text
{
float:left;
width:500px;
padding:5px 25px 0 10px;
height:auto;
}

#contact
{
padding:10px;
color:#666666;
font-size: 10px; 
font-weight: bolder; 	
text-align:center;
}

.bold
{
font-weight:bold;
}

/****************NEWS CONTENT********************/

#news
{
float:right;
width:230px;
margin:10px;
}

#cases
{
height:400px;
padding:10px;
overflow:auto;
border:#111 groove 2px;
}

#cases h3
{
font-size:12px;
color:#111;
padding-top:3px;
}

#map
{
height:240px;
border:#111 groove 0px;
}

#tel
{
border:#c00 groove 2px;
margin-top:10px;
}

.tel
{
margin:10px 0px;
color:#c00;
font-size:16px;
text-align:center;
}

/*********************FOOTER**********************/

#footer
{
width:100%;
height:70px; 
clear:both;
width:100%;
color:#f2f2f2;
background-color:#111;
text-align:center;
font-size:10px;
padding:5px 0;
}

#footer a
{
color:#f2f2f2
}

#footer a:hover
{
color:#fc0;
}