
body {
	margin: 0px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ecddc4 url(images/backgroundblend.gif) repeat;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}

h1 {
	margin: 20px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h2 {
	margin: 0px 0px 0px px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "tahoma";
	color: black;
}


h4 {
	margin: 0;
	font-size: 8pt;
	font-weight: normal;
	font-family: "tahoma";
	color: white;
}

h5 {
	margin: 0;
	font-size: 9pt;
	font-weight: normal;
	font-family: "tahoma";
	color: #caac6c;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */


#logo {
	width: 980px;
	margin: 0 auto;
	background: url(images/sanphoenobanner.jpg) no-repeat left top;
	height: 78px;
	border: 0px;
}

#header {
	width: 980px;
	height: 78px;
	margin: 0 auto;

}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
}




/* Menu */

#menu {
	float: left;
	background: url(images/menudarkbrownbackground.gif) repeat-x;
	width: 980px;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 6px;
	padding: 5px 11px 2px 11px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "arial";
}

#menu a:hover {
	background: url(images/menulightbrownbackground.gif) repeat-x;
	color: white;
	height: 25px;
}

#menu .current_page_item a {
	background: url(images/menuolivebackground.gif) repeat-x;
	color: white;
	font-weight: bold;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: #ecddc4 ;

	
}

/* Content */

#content {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ecddc4;
	
}

#mainone {
	float: left;
	width: 410px;
	padding: 0px 5px 0px 5px;
	background:  #ecddc4 url(images/mainbackground.gif) no-repeat;

}

#mainone a {
font-size: 12px; 
font-family: "arial";
text-decoration: underline;
color: #5f2200;
}

#mainone h1 {
	margin: 20px 0px 0px 5px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

#mainone h2 {
	margin: 0px 0px 0px 5px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}

#mainone h3 {
	margin: 20px 5px 0px 5px;
	font-size: 9pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}
#mainone h4 {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}
	


/* maintwo */

#maintwo {
	float: left;
	width: 370px;
	padding: 0px 15px 0px 5px;
	background: #ecddc4;
	
}

#maintwo a {
font-size: 12px; 
font-family: "arial";
text-decoration: underline;
color: #5f2200;
}

#maintwo .link2 {
font-size: 12px; 
text-decoration: none;
color: #172AA3;
}

#maintwo h1 {
	margin: 20px 0px 0px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

#maintwo h2 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}

#maintwo h3 {
	margin: 20px 5px 0px 5px;
	font-size: 9pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}
#maintwo h4 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}
/* adverts */

#adverts {
	float: right;
	width: 170px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #ecddc4 url(images/thirdcolumnbox.gif) no-repeat;
}

#adverts a {
font-size: 11px; 
font-family: "arial";
text-decoration: underline;
color: #5f2200;
}

#adverts h1 {
	margin: 20px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

#adverts h2 {
	margin: 0px 0px 0px px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

#adverts h3 {
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}



