html
{
	font-family: arial, sans-serif;
	background-color: #eee;
}

h1, h2, h3, h4
{
	color: #900;
	font-style: italic;
	margin-bottom: 0.4em;
}

a:link, a:visited
{
	color: #600;
	text-decoration: underline;
}
a:hover
{
	color: #699;
	text-decoration: none;
}

#banner_top 
{
	height: 96px;
	background-color: blue;
	background-image: url('../images/backgrounds/banner_top.png');
	background-position: center;
	background-repeat: no-repeat;
}

#banner_top_text
{
	display: inline-block;
	font-style: italic;
	padding: 10px;
	padding-left: 20px;
	font-size: 4em;
	font-weight: bold;
	color: #eee;
	vertical-align: bottom;
}

#banner_top_text a
{
	text-decoration: none;
	color: #fff;
}

#banner_bottom
{
	height: 30px;
	background-color: green;
	background-image: url('../images/backgrounds/banner_bottom2.png');
	background-position: center;
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 1.2em;
}

#banner_bottom a:link, #banner_bottom a:visited
{
	color: #000;
	text-decoration: none;
}

#banner_bottom a:hover
{
	color: #fff;
	text-decoration: underline;
}

#banner_bottom ul
{
	padding-top: 3px;
}

#banner_bottom li
{
	display: inline;
}

#banner_bottom li a
{
	text-decoration: none;
}


#breadcrumbs
{
	margin-top: 12px;
	padding-left: 12px;
}

#menu_box
{
	background-color: #fff;
	padding: 12px;
	padding-top: 8px;
	margin-top: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#menu_box ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_box ul li
{
	margin: 0px;
	padding: 0px;
}

#main_content
{
	background-color: #fff;
	padding: 12px;
	padding-left: 12px;
	padding-top: 8px;
	margin-top: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#main_content img
{
	margin-right: 12px;
	margin-bottom: 8px;
	float: left;
	-webkit-box-shadow: 0 10px 6px -6px #999;
	   -moz-box-shadow: 0 10px 6px -6px #999;
	        box-shadow: 0 10px 6px -6px #999;
}

.box_quotation
{
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	color: #005D91;
}
.box_quotation .person
{
	margin-left: 1em;
	color: #000;
}

#footer_info 
{
	margin-top: 12px;
	text-align: right;
	font-size: 0.75em;
}

/*==================================================
 * Dropshadow Effect 1
 * ===============================================*/
.dropShadow{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

#roundCorners {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
