/*******************/
/** GLOBAL ATTRIBUTES **/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #626e7a;
	text-decoration: none;
}
h1 {
	color: #ac4e1c;
	font-size: 18px;
}

h2 {
	color: #ac4e1c;
	font-size: 14px;
}

p {
	line-height: 16px;
	font-size: 13px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #D37242;
}

a:hover {
	text-decoration: underline;
	color: #A55934;
}


/*******************/
/** LEFT COLUMN **/

#leftCol {
	width:249px;
	height:auto;
	margin: 0;
}

#leftNav {
	font-size:12px;
	margin-left: 0;
}
#leftNav ul {
	color: #ebcfb5;
	font-weight: bold;
	list-style: none;
	line-height: 24px;
}
#leftNav a {
	color: #ebcfb5;
}

#emailContact {
	padding-top: 25px;
}

/*******************/
/** CENTER COLUMN **/

#centerCol {
	position: absolute;
	left: 254px;
	top: 0px;
	width:495px;
	height:600px;
	background-image: url(images/curved_photo.jpg);
	background-repeat: no-repeat;
}
#topNav {
	font-size:10px;
	margin: 5px 0 0 0;
	text-align: center;
}
#topNav ul {
	padding: 0;
	margin: 0;
}
#topNav li {
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: none;	
	display:inline;
	margin: 0 8px 0 8px;
}
#topNav a {
	color: #FFFFFF;
	list-style-type: none;
}
#centerContent {
	position: absolute;
	top: 106px;
	padding: 0 45px 0 25px;
}

#centerContent img {
	margin: 8px;
	margin-left: 0;
	margin-top: 0;
}





/*******************/
/** RIGHT COLUMN **/

#rightCol {
	position: absolute;
	left: 750px;
	top: 0px;
	width:165px;
}
#rightBar {
	padding-left: 8px;
	padding-right: 5px;
}


#rightCol #rightBar img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftCol #emailContact {
	font-size: 10px;
	color: #F1E1D2;
	padding-left: 10px;
}
