body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	margin-left: 30px;
	text-align: center;
	
	
}
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
		
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
	text-transform: uppercase;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	
	
	}	
p, blockquote, ul, ol {
line-height: 150%;
}

a {
color: #ff6600;
}
a: visited {
color: #ff6600;
}
a: hover {
color: #0000cc;
}

/* Header */

#logo {
	width: 760px;
	height: 109px;
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
}

/* Menu */

#menu {
	width: 760px;
	padding-bottom: 20px;	
	}
	
#menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	
	}	

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	text-decoration: none;
	color: #000000;
	border-right: 2px solid #ff6600;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#menu a:hover {
	text-decoration: underline;
	color: #0000cc;
}



/* Content */

#content {
	width: 760px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#content a:hover {
	text-decoration: underline;
	color: #0000cc;
}
/* Blockquote */

#blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #f7f1eb;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/img03.gif);	
}

#blockquote a {
	color: #ff6600;
	text-decoration: none;
	
}

#blockquote a:hover {
	text-decoration: underline;
	color: #0000cc;
}


/* Main */

#main {
	float: right;
	width: 525px;
	padding-bottom: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
	
	
}
#sidebar p {
background-image: url(images/img02.gif);
	background-repeat: no-repeat;
	background-position: left center;	

}


#sidebar a {
	text-decoration: none;
	color: #ff6600;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	
	}
	
#sidebar a:hover {
	text-decoration: underline;
	color: #0000cc;
}
/* Footer */

#footer {
	clear: both;
	width: 780px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f7931d;
	margin-right: 20px;
	margin-bottom: 20px;
	
	background-repeat: repeat;
}

#footer p {
	line-height: 150%;
	font-size: 11px;
	color: #333333;
	text-align: center;
	
	
}

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

#footer a:hover {
	color: #0000cc;
	text-decoration: underline;
}