body {
	margin: 0;
	padding: 0;
	background: url('images/background.jpg') repeat #fff;
	font: 12px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	color: #3e4147;
}

input, textarea {
	font: 11px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	border: 1px solid #ccc;
}

input:focus {
	border: 1px solid #999;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #0072BB;
}

a:hover, a:active {
	color: #ED1C24;
	text-decoration: underline;
}

h1 span, h2 span {
	display: none;
}

div.clr {
	clear: both;
}

p {
	margin: 0;
	padding: 5px 0;
}

/* page */

#page {
	margin: 0 auto;
	width: 950px;
}

#bk_white {
	position: absolute;
	left: 0;
	top: 100px;
	width: 775px;
	height: 110px;
	background: white;
}

/* Errore */
.error {
	background: #f00;
	color: #fff;
	font-weight: bold;
	display: none;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	margin-top: 2px;
}

/* header */

#header {
	height: 100px;
	text-align: right;
	width: 850px;
}

/* banner logo */
#banner_logo {
	width: 775px;
	height: 120px;
	display: block;
	position: relative;
}

#banner_logo #logo {
	background: url('images/logo.jpg') no-repeat 98% 50% #fff;
	height: 110px;
}

#banner_logo #logo #banner {
	width: 520px;
	background: url('images/banner_scrubs.jpg') no-repeat 17% 50% transparent;
	height: 110px;
}

#banner_logo #logo #banner img {
	width: 468px;
	height: 60px;
	padding: 25px 0 20px 102px;
	cursor: pointer;
}

#banner_logo #shadow {
	text-align: right;
	height: 10px;
	margin: 0;
	padding: 0;
}

/* content */

#container {
	width: 100%;
}

#container #scrub_1 {
	background: url('images/scrub_1.jpg') no-repeat 86% 100% transparent;
	height: 45px;
	display: block;
}

#container #right {
	width: 75px;
	float: left;
	display: block;
}

#container #left {
	width: 75px;
	float: left;
	display: block;
	background: url('images/scrub_2.jpg') no-repeat 100% 80% transparent;
	height: 400px;
}

#container #center {
	width: 800px;
	float: left;
	background: white;
	padding-bottom: 40px;
	min-height: 600px;
	/* IE6 hack for min-height */
	_height: 600px;
}

#center #content {
	width: 530px;
	float: left;
	padding: 10px 20px 20px 10px;
}

#content p.news {
	margin: 0 0 20px 0;
	padding: 0;
}

#content h3.title a {
	font-size: 22px;
}

#content h3.title {
	color: #333;
}

#content div.continue {
	text-align: right;
	padding: 5px 0 0 0;
	float: right;
	width: 45%;
}

#content div.date {
	color: #999;
	padding: 5px 0 0 0;
	font-size: 10px;
	float: left;
	width: 45%;
}

/* Sidebar */


#center #sidebar {
	width: 230px;
	float: left;
	font-size: 11px;
	padding: 30px 10px 0 0;
}

#sidebar #welcome {
	background: url('images/title_welcome.jpg') no-repeat;
	padding: 70px 0 20px 0;
}

#sidebar #projects {
	background: url('images/title_projects.jpg') no-repeat;
	padding: 58px 0 20px 0;
}

#sidebar #galleries {
	background: url('images/title_galleries.jpg') no-repeat;
	padding: 61px 0 20px 0;
}

#sidebar #galleries img {
	padding: 0 1px 1px 0;
}

#sidebar #newsletter {
	background: url('images/title_newsletter.jpg') no-repeat;
	padding: 50px 0 20px 0;
}

#sidebar #feedrss {
	background: url('images/feed-icon.jpg') no-repeat 0% 87%;
	padding: 20px 0 0 16px;
}



/* Footer */

#footer {
	background: url('images/footer_scrub.jpg') no-repeat;
	height: 200px;
	width: 100%;
	margin: 0 0 50px 75px;
	display: block;
	text-align: center;
}

#footer #f_menu {
	padding: 20px 150px 0 0;
}

#footer #f_copy {
	font-size: 11px;
	line-height: 15px;
	padding: 25px 150px 0 0;
}