/* CSS Document */
body {
	background-color:#333333;
	margin:0px;
	}
/* tags */
p {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	margin:10px 0px 0px 80px;
	}
h1 {
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	color:#333333;
	margin-left:40px;
	}
h2 {
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	color:#333333;
	margin-left:15px;
	}

a:link			{  color: #003399; text-decoration: none} 
a:visited		{  color: #003399; text-decoration: none} 
a:hover			{  color: #003399; text-decoration: underline} 
a:active		{  color: #003399; text-decoration: none}

#wraper {
	width: 760px;
	background-color:#FFFFFF;
	margin:10px auto 0 auto;

	position:relative;
	}

#nav {
	background-image:url(../images/nav-background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:550px;
	height:24px;
	padding-top:0px;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	}
#nav ul{
	padding: 0;
	margin:0px;
}
#nav ul li{
	display:inline;
	padding: 0;
	margin: 0;
}
	#nav ul li a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 20px 0 20px;
		border: 0px;
		text-align: center;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color:#999999;
}

#header {
	margin:3px auto 10px auto;
}

#content {
	background-color:#FFFFFF;
	}

#content-footer {
	background-color:#ffcccc;
	margin:25px auto 10px auto;
	width:400px;
	padding:0px;
	}
	#content-footer p {
		font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
		font-style:italic;
		font-size:16px;
		margin:10px;
	}	
	
	
/* Round Corners Css */

.roundtopM { 
	background: url(../images/trw.jpg) no-repeat top right;	
}
.roundbottomM {
	background: url(../images/brw.jpg) no-repeat top right; 
}
.roundtopR { 
	background: url(images/trw.jpg) no-repeat top right; 
}
.roundbottomR {
	background: url(../images/brR.gif) no-repeat top right; 
}
.roundtopF { 
	background: url(../images/trp.jpg) no-repeat top right; 
}
.roundbottomF {
	background: url(../images/brp.jpg) no-repeat top right; 
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block;
}

/*classes */
.rightimg {
	float:right;
	border:0px;
	margin:10px;
	}
.cimg {
	border:0px;
	margin:10px;
	}
.clearit {
clear: both;
display: block;
}	