@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border: 0px;
}

body {
	background-color: #86090F;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #86090F;
}
#wrapper {
	padding: 0px;
	width: 751px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

/* top navigation */
#nav {
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
}


#nav a {
	float: left;
	width: 187px;
	text-align: center;
	text-decoration: none;
	line-height: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
}
#nav #nav_resume a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav #nav_webdev {
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
	background-image: url(assets/images/firsttab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #86090F;
}
#nav #nav_graphic {
	height: 30px;
	background-image: url(assets/images/firsttab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav #nav_resume {
	height: 30px;
	background-image: url(assets/images/firsttab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#topnav {
	margin-top: 40px;
	margin-left: 10px;
}
#nav a:hover {
	color: #FF0000;
	height: 30px;
}
#nav_contact {
	background-color: #666666;
}
/* end of top nav */

/* left section */
#wrapper #left {
	float: left;
	padding-top: 15px;
}
#wrapper #sub_left {
	float: left;
	padding-top: 15px;
	height: 850px;
}
#left a:link, #sub_left a:link {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* end of left section */



/* main content (right section) */
#sub_maincontent {
	background-color: #ffedba;
	height: 550px;
	text-align: left;
	vertical-align: top;
	width: 593px;
	float: right;
	padding-top: 20px;
}

#maincontent_temp {
	text-align: center;
}
.webprojects {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.webprojects a {
	text-decoration: none;
	color: #86090F;
}
.webprojects a:hover {
	text-decoration: none;
	color: #7F9E96;
}
.comingsoon {
	font-size: 24px;
	text-align: center;
	color: #FFEDBB;
}

.cellpadding {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#logoprojects, #labelprojects, #labelprojects2, #labelproject3, #labelproject4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 0 px;
	border-bottom-style: none;	
}
.cellpadding2 {
	padding-left: 18px;
}
#right #maincontent img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #right #maincontent {
	margin: 0px;
	padding: 0px;
	float: right;
}
#wrapper #right #maincontent img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* about me page css */
#aboutmepts h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#aboutmepts li {
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#aboutmepts ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-right: 30px;
	padding-left: 90px;
	padding-top: 20px;
}
#aboutmepts hr {
	color: #86090F;
	width: 100%;
	text-align: center;
	background-color: #86090F;
	height: 1px;
}
#aboutmetable {
	padding-top: 50px;
	margin-left: 80px;
	padding-right: 20px;
}

/* end of about me css */

/* footer section */

#footer {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	color: #FFEDBB;
	font-size: 12px;
}


#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul {
	padding-top: 10px;
	list-style-type: none;
}
#footer a {
	color: #FFEDBB;
	text-decoration: none;
	display: inline;
	text-decoration: none;
}
#footer a:hover {
	color: #5A7F83;
	text-decoration: none;
	vertical-align: bottom;
}
#footer p, #sub_footer p {
	font-size: 10px;
	margin-left: 70px;
	line-height: 2em;
}
#sub_footer {
	float: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	color: #FFEDBB;
	font-size: 12px;
}
#sub_footer a {
	color: #FFEDBB;
	text-decoration: none;
	display: inline;
	text-decoration: none;
	
}
#sub_footer a:hover {
	color: #5A7F83;
	text-decoration: none;
	vertical-align: bottom;
}

#sub_footer ul {
	
	list-style-type: none;
}
#sub_footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2em;
}

/* end of footer section */

/* classes */
.tablehead {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.centering_link {
	text-align: center;
	padding-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.centering_link a {
	color: #86090F;
	text-decoration: underline;
}
.center_padding {
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.redtext {
   color: #86090F;
}

