
body {
	background:url(img/body_bg.gif) repeat;
}

#page {
	min-witdth:950px;
	max-width:950px;
        background-color:red;
}

#header {
	clear:both;
	height:100px;
	background:url(img/header_bg.jpg) no-repeat;
        border:1pt solid #000000;
}


#menu {
	
        
	background:url(img/menu_bg.jpg) repeat-x #FFFFFF;
	padding: 5px;
	color:black;
	font-family:arial, sans serif;
	font-weight:bold;
	font-size:12pt;
	
}

#menu a {
	color:black;
	font-variant:small-caps;
	text-decoration:none;
}

#menu a:hover,
#menu a:active,
#menu a:focus {
	color:white;
}

#menu a.current {
	color:white;
}

#content {
	background:url(img/content.jpg) repeat-x #FFFFFF;
	padding: 5px;
	
}

#content .box {
	background-color:#ffffff;
	font-family:arial, sans serif;
	font-size:10pt;
	text-align:justify;
	padding:10px;
}

#content .u1 {font-weight:bold; font-variant:small-caps; font-size:18pt;}
#content .u2 {font-weight:bold; font-variant:small-caps; font-size:18pt;color:red;}
#content h2 {font-weight:bold; font-size:12pt}
#content h3 {font-weight:bold; font-size:10pt}

#content a {
	color:red;	
	text-decoration:none;
}

#content a:hover,
#content a:active,
#content a:focus {
	color:black;
}

#footer {
	clear: both;
	background:url(img/menu_bg.jpg) repeat-x #FFFFFF;
	padding: 5px;
	font-family:arial, sans serif;
	font-size:10pt;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color:black;
}

