/* @group Default */

body {
	font: 12px Verdana,Tahoma,Helvetica,Arial,sans-serif;
	background-image: url(/images/back.gif);
	background-color: #F2ECDB;
	color: #2A2A2A;
	padding: 0px;
	margin: 0px;
}

a {
	outline: none;
}

h1 {
	color: #3F372A;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


h3 {
	margin: 0px;
	color: #3F372A;
	font-size: 20px;
	padding-top: 25px;
	font-weight: normal;
}


h4 {
	margin: 0px;
	padding: 0px;	
	font-size: 12px;
	color: #3F372A;
}

h4 a {
	text-decoration: none;
}


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

/* @end */



/* @group Site */

#container {
	background-color:#F2ECDB;
	background-image: url(/images/back.gif);
	text-align: center;
}


.pageWrapper {
	background-image:url(/images/grapes.gif);
	background-repeat:no-repeat;
	background-position:621px -105px;	
}



#body {
	text-align: center;
	width: 950px;
	margin: auto;
	background-image: url(/images/side.gif);
	background-repeat: repeat-y;
	display: block;
	overflow: hidden;
}

#body .page {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 815px;
	text-align: left;
}

#body .content {
	position: relative;
	z-index: 999;
	margin: 0px;
	text-align: left;
	width: 550px;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

#body .about {
	background-image:url(/images/about.gif);
	background-repeat:no-repeat;
	padding: 70px 0px 0px 0px;
}

#body .about .initial {
	float: left; 
	width: 215px; 
	height: 70px;
}

#body .content a, a:link, a:active, a:visited {
	color: #333;
}

#body .content a:hover {
	color: #666;
}


#body .content .projectWrapper {
	clear:both; 
	padding: 0px 0px 30px 0px; 
} 

#body .content .projectWrapper h4 a {
	color: #3F372A;
}

#body .content .projectWrapper h4 a:hover {
	color: #222;
}

#body .content .projectWrapper p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#body .content .projectWrapper p strong {
	font-size: 12px;
}	

#body .content .projectWrapper .projectLink {
	display: block;
	padding: 5px 0px 0px 0px;
}

#body .content .projectWrapper p .projectLink {
	padding: 5px 0px 5px 0px;
}

#footer {
	text-align: center;
	width: 950px;
	height: 50px;
	margin: auto;
	background-image: url(/images/footer_side.gif);
	background-repeat: no-repeat;
	padding: 150px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #6F6F6F;
}

#footer img {
	padding: 0px 0px 20px 0px;
	border: 0px;
}

/* @end */



/* @group Home */

.header {
	width: 950px;
	margin: auto;
	overflow: hidden;
	background-image: url(/images/side.gif);
	background-repeat: repeat-y;
	height: 105px;
}

.logo_wrapper {
	background-image: url(/images/grapes.gif);
	background-repeat: no-repeat;
	background-position: 621px 0px;
	height: 105px;
}

.right {
	float:right;
}

.left {
	float: left;
}

.logo {
	background-image:url(/images/logo.gif);
	height:100px;
	width:620px;
}

.info {
	padding-top:80px;
	padding-left:70px;
	text-align: left;
	color:#333;
	font-family: 'Droid Sans', Helvetica, arial, sans-serif;
}

.red {
	color: #863f3f;
}

.quote {
	display: block;
}

.grapes {
	width: 865px; 
	height: 625px;
	position:absolute;
	top:0px; 
	background-image:url(/images/grapes.gif);
	background-repeat:no-repeat;
	background-position: 552px 0px;
	z-index: 1;
}

.grapevine {
	/*background-image:url(images/grapevine.gif);*/
	height:275px;
	width:328px;
}

/* @end */




