body {
	font-family: verdana;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #333333;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-xy;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 18px;
}

h1 {
	font-size: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #490000;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 0;
	color: black;
}

h3 {
	font-size: 1.25em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 4px;
}

a {
	color: #033568;
}


/*#content_home {
	background-image: url(../images/pages/home.png);
	background-repeat: no-repeat;
	width: 803px;
}*/
#content_home {
	background-image: url(../images/pages/general.png);
	background-repeat: no-repeat;
	width: 803px;
}
#content_default {
	background-image: url(../images/pages/general.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_page {
	background-image: url(../images/pages/general.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_guestbook {
	background-image: url(../images/pages/guestbook.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_comments {
	background-image: url(../images/pages/guestbook.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_portfolio {
	background-image: url(../images/pages/portfolio.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_about_me {
	background-image: url(../images/pages/about_me.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_contact {
	background-image: url(../images/pages/contact.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_success {
	background-image: url(../images/pages/contact.png);
	background-repeat: no-repeat;
	width: 803px;
}

#content_excerpt {
	background-image: url(../images/pages/excerpt.png);
	background-repeat: no-repeat;
	width: 803px;
}

#menu {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1em;
	background-color: none;
	width: 125px;
	float: left;
}

#menu ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: -15px;
	padding-bottom: 0px;
}

#menu ul li {
	padding-left: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-bottom: 0px;
	border-bottom: 2px solid white;
	list-style: none;
}

#menu ul li a {
	color: black;
	text-decoration: none;
}

#main {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 85px;
	padding-top: 113px;
	width: 610px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 27px;
	clear: both;
	color: black;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 0px;
	font-size: .75em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer_home {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 27px;
	clear: both;
	color: black;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 0px;
	font-size: .75em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*#footer_home {
	height: 27px;
	clear: both;
	color: black;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 15px;
	font-size: .75em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}*/

#wrapper {
	background-image: url(../images/repeating_background.png);
	background-repeat: repeat-y;
	width: 803px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_home {
	background-image: url(../images/repeating_background.png);
	background-repeat: repeat-y;
	width: 803px;
	margin-left: auto;
	margin-right: auto;
}

#home_right_box {
	font-size: .75em;
	border-left: 2px solid rgb(28, 10, 135); 
	width: 190px; 
	float: right; 
	margin-left: 15px; 
	font-family: verdana; 
	padding-top: 25px; 
	color: rgb(73, 0, 0);
}