/* YESjON CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	margin: 0px;
	color: #241701;
	background-color: #f7eecd;
	background-image: url(../images/yes_wallpaper_01.jpg);
	background-repeat: repeat-x;
}

/*----------- INDEX -----------*/

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	margin: 0 auto;
}

#headerNAV {
	float: right;
	padding-top: 20px;
	font-size: 10px;
	color: #698298;
}

#carolina {
	width: 800px;
	height: 8px;
	margin: 0 auto;
	background-image: url(../images/main/yes-carolina_img01.jpg);
	background-repeat: repeat;
}

#main {
	width: 800px;
	margin: 0 auto;
}

#left {
	float: left;
	width: 180px;
	padding-top: 20px;
}

#right {
	float: right;
	width: 200px;
	font-size: 11px;
	padding-top: 20px;
}

#center {
	margin-left: 200px; 
	margin-right: 220px;
	padding-top: 20px;
}

#zeta {
	height: 10px;
	margin: 0 auto;
}

#footer {
	padding-top: 20px;
	font-size: 9px;
	text-align: center;
	line-height: 16px;
	margin: 0 auto;
}

/* ------------------ FONTS ---------------- */

#title {
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #698298;	
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #241701; font-weight:bold; text-decoration: none;}
a:visited {color: #241701; font-weight:bold; text-decoration: none;}
a:active {color: #241701; font-weight:bold; text-decoration: none;}
a:hover {color:#ffcc33; font-weight:bold; text-decoration: underline;}

a.grey:link {color: #698298; font-weight:bold; text-decoration: none;}
a.grey:visited {color: #698298; font-weight:bold; text-decoration: none;}
a.grey:active {color: #698298; font-weight:bold; text-decoration: none;}
a.grey:hover {color:#ffcc33; font-weight:bold; text-decoration: underline;}
