@charset "UTF-8";
/* Raspberry press, created May 2009 */

/* Layout */

body {
	background-color: #ffffff;
	background-image: url(img/bg_main.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#containerMain {
	width: 952px;
	height: auto;
	margin: 0 auto;
	background-image: url(img/bg_container.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 49px;
}
#intro {
	width: 950px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
}
#content {
	height: auto;
	margin: 0 325px 0 0; 
	padding: 25px; 
}
#contentFull {
	width: 902px;
	height: auto;
	margin: 0 auto;
	padding: 0 24px;
}
#sidebar {
	float: right;
	width: 300px;
	height: inherit;
	padding: 25px;
	background-repeat: repeat-y;
}
#imgPad {
	padding: 0 0 15px 0;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	width: 812px;
	height: auto;
	margin: 0 auto;
	padding: 40px 69px 0 69px;
	font-size: 11px;
	color: #999;
	background: url(img/bg_footer.png) no-repeat top;
	min-height: 50px;
	text-align: center;
}

/* Text */

h1{
	font-size: 14px;
	color: #c40b45;
	margin-top: 0;
	text-transform: none;
	vertical-align: text-top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size: 12px;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	vertical-align: text-top;
}
p.top{
	margin-top: 0px;
}

.smTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom: 0;
}

/* Links */

a:link {
	text-decoration: none;
	color: #00a651;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #00a651;
}
a:active {
	text-decoration: none;
	color: #00a651;
}
.nav {
	font-size: 11px;
	margin-top: 0px;
}
.nav a:link {
	text-decoration: none;
	color: #999;
}
.nav a:visited {
	text-decoration: none;
	color: #999;
}
.nav a:hover {
	text-decoration: underline;
	color: #c40b45;
}
.nav a:active {
	text-decoration: none;
	color: #999;
}
	
	

/* Images */

img {
    border: none;
}

/* Tables */

#table {
	margin: 0;
    border: 1px solid #fff;
	border-collapse: collapse;
}

/* Forms */

.form_fields_txt {
	color: #666;
}
.input {
    border: 1px solid #888;
    background: #cfcfcf;
	width: 90px;
}

