* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/stripe.png) 20px 20px repeat;
	
	text-align: justify;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #58595B;
	
}

h1, h2, h3 {
	color: #6B8E23;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 190%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #6B8E23;
	
	font-style: bold;
}

a:active {
	color: #58595B;
}

a:visited {
	color: #6B8E23;
}

a:hover {
	text-decoration: none;
	color: #58595B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#project_pic {
	
	float: left;
	height: auto;
	width: auto;
	padding: 0px 0px 0px 10px;

}

#content strong {
	
	color: #6B8E23;
}

#desc strong {
	
	color: #6B8E23;
}

#desc {
	
	float: left;
	height: auto;
	width: 323px;

}

#contact_div {
	
	float: left;
	height: auto;
	width: auto;
	background: #FFFFFF;

}


#contact_info strong {
	
	color: #6B8E23;
}

	
#contact_info {
	
	float: left;
	height: auto;
	width: 225px;
	background: #FFFFFF;
	padding: 0px 15px 0px 0px;

}

#mailform strong {
	
	color: #6B8E23;
}


#mailform {
	
	float: left;
	padding: 0px 0px 0px 15px;
	height: auto;
	width: 256px;
	
	border-left: 1px solid #6B8E23;
	
}

textarea {
    resize: none;
}

#photo {
	
	float: left;
	padding: 0px 0px 0px 30px;
	height: auto;
	width: auto;
	background: #FFFFFF;
	border-left: 1px solid #6B8E23;
	
}


#about_text {
	
	float: left;
	height: auto;
	width: 250px;
	background: #FFFFFF;
	padding: 0px 15px 0px 0px;

}


/* Logo */

#logo {
	margin: 0 auto;
	margin-left:90px;
	margin-top:25px;
	float: center;
	clear: both;
	height: 30px;
	width: 1060px;
	padding: 10px 10px;
	/*border: 2px solid #BBBDBF;*/
	background: #FFFFFF;
	
}

#logo p {
	margin: 0;
	text-align: center;
	font-size: 100%;
}

/* Icons */

#icons {
	display: inline;
	float: left;
	height: 31px;
	width: 160px;
	padding: 0px 0px;
	border: 1px solid #BBBDBF;
	background: #FFFFFF;
	
}



#icons a {
	display: inline;
	float: left;	
}

#icons a:hover {
	background: #FFFF99;
}





/* Menu */

#menu {
	float: left;
	width: 175px;
	height: 600px;
	margin: 0 auto;
	margin-top:70px;
	margin-left:90px;
	/*background: rgba(255, 150, 200, 0.5);*/
	margin-bottom:5px;
	background: #FFFFFF url(images/header.png) no-repeat;
	
	/*border-top: 1px solid #CCCCCC;*/
	/*border: 2px solid #BBBDBF;*/
	padding-top: 10px;
	padding-left: 10px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 175px;
	height: 20px;
	padding: 0px 0 0 0;
	border-left: 0px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	color: #BABABA;
}

#menu a:hover {
	background: #F1F1F2;
}

#menu .active a {
	background: #F1F1F2;
	color: #F1F1F2;
}

/* ROUNDING */
.rounded {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius:6px;
}

.tab {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius:6px; -webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0; -webkit-border-bottom-left-radius:0
}

.tabbed-content {
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-top-left-radius:0; -webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px; -webkit-border-bottom-left-radius:6px
}

/* Header */

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header {
	float: left;
	width: 175px;
	height: 600px;
	margin: 0 auto;
	margin-top:70px;
	margin-left:25px;
	background: #FFFFFF url(images/header.png) no-repeat;
	/*border: 2px solid #BBBDBF;*/
	padding-top: 10px;
	padding-left: 10px;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/header1.png) no-repeat;
	text-align: center;
	font-size: 36px;
	
}

#header h2 {
	
	margin: 0;
	background: url(images/header1.png) no-repeat;
	padding: 0px 0px 0 0;
	text-align: left;
	
}

#header a {
	display: inline;
	float: left;
	width: 175px;
	height: 20px;
	padding: 0px 0 0 0;
	border-left: 0px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	color: #BABABA;
}


#header a:hover {
	background: #F1F1F2;
}

#header .active a {
	background: #F1F1F2;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

#pdf {
	float: left;
	width: 50px;
	height: 100px;
	margin: 0 auto;
	margin-top:0px;
	margin-left:0px;
	background: #FFFFFF url(images/header.png) no-repeat;
	/*border: 2px solid #BBBDBF;*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#word {
	float: left;
	width: 50px;
	height: 100px;
	margin: 0 auto;
	margin-top:0px;
	margin-left:20px;
	background: #FFFFFF url(images/header.png) no-repeat;
	/*border: 2px solid #BBBDBF;*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}



/* Content */

#content {
	float: left;
	width: 512px;
	height: 600px;
	margin: 0 auto;
	margin-top:70px;
	margin-left:25px;
	background: #FFFFFF url(images/header.png) no-repeat;
	/*border: 2px solid #BBBDBF;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentabout {
	float: left;
	width: 550px;
	height: 600px;
	margin: 0 auto;
	margin-top:70px;
	margin-left:25px;
	background: #FFFFFF url(images/header.png) no-repeat;
	/*border: 2px solid #BBBDBF;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.poster {
	margin-bottom: 1px;
	padding: 0 1px;
}


.hr {
	border-bottom: 1px solid #EDEBD5;
}

.bb {
	border-bottom: 1px solid #ED5C0C;
}

.bb2 {
	font-size: 13px;
	color: #FFFFFF;
	border-bottom: 0px solid #ED5C0C;
}




/* Footer */

#footer {
	margin: 0 auto;
	margin-left:90px;
	float: left;
	clear: both;
	height: 20px;
	padding: 10px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 87%;
}

#footer a {
	color: #000000;
}

#nomove { position:fixed;  left:200; top:50px;}

















