/*
Title: Vila Rica ENT
Author: Melissa Ward
*/

/* Reset -- clear out all default spacing
-------------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}
/* =Layout
-------------------------------------------------------------------------*/
body {
	font: 78%/180% "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /*Layout center fix for IE 5.x */
	background-color: #666;
	background: url(/villa_rica_ent/images/bknd.jpg)
	margin: 20px 0;
}

#container {
	margin: 0 auto;
	width: 990px;
	text-align: left; /*Reset text alignment from IE 5.x layout center fix */
	overflow: hidden;
	background: #fff url(/villa_rica_ent/images/container_bg.png) repeat-y;
}

#header {
	height: 320px;
	overflow: hidden;
	background: #fff;
}

#main {
	overflow: hidden;
}

#logo, #header_img, #nav, #left_sidebar, #content, #right_sidebar {
	float: left;
}

/* =Header
-------------------------------------------------------------------------*/
#logo img {
	border: 0;
}
#header_img {
	margin: 36px;
}

#nav {
	background: #fff url(/villa_rica_ent/images/nav_bg.jpg) no-repeat;
	height: 282px;
	width: 198px;
	padding: 20px;
}

/* =Navigation
-------------------------------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	padding: 14px 0 0 25px;
	border-bottom: 1px solid #666666;
	background-image: url(/villa_rica_ent/images/nav_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 23px;
	margin: 0;
}

#nav ul li a {
	color: #535353;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 0;
}

#nav ul li a:hover {
	text-decoration: underline;
}

/* =Main
-------------------------------------------------------------------------*/
#left_sidebar, #right_sidebar {
	background: #535353;
	width: 136px;
	height: 356px;
	text-align: center;
	padding: 50px 50px 0;
	color: #fff;
	line-height: 2;	
	border: 1px solid #fff;
	border-width: 1px 0;
}

#right_sidebar {
	width: 138px;
}

#content {
	background: #9FC5CF url(/villa_rica_ent/images/content_bg.jpg) no-repeat;
	width: 444px;
	margin: 0 36px 36px;
}

#content p {
	margin: 0 50px 30px 50px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 20px 25px;
}

/* =Footer
-------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #D9E3E8;
	text-align: center;
	height: 43px;
	padding-top: 10px;
	word-spacing: .7em;
	font-size: .9em;
}
/* =dontatello
-------------------------------------------------------------------------*/
#donatello { }
    #donatello div.title { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 0.25em 1em; color: #29676E; font: normal bold 1.2em/110% "Arial", Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.1em; background-color:#D0DEDF}
     #donatello div.body { margin: 0.8em 1em; font: normal 0.95em/130% Helvetica, Arial, sans-serif; color: #29676E; padding: 0.50em 1em;}
    #donatello div.subtitle { border-bottom: 1px solid #CCCCCC; color: #29676E; font: normal bold 1em/100%  "Arial", Arial, sans-serif; padding: 0.25em 1em;background-color:#D0DEDF}
	#donatello div.fin {border-bottom: 1px solid #CCCCCC;}
	
/* =Clear float hack for IE6
-------------------------------------------------------------------------*/
* html #container {
	height: 1%;
}