/* CSS Document */

body {
	margin:0px;
	margin-top:0px;
	background-image:url(bg_repeat.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	width:100%;
	text-align:center;
	}

a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
ul {
	list-style-type:none;
	}
	
li {
	padding:5px 5px 0px 5px;
	}
	
div.content {
	width:980px;
	padding-top:30px;
	}

div.menu {
	float:left;
	width:280px;
	}
div.image {
	float:left;
	width:700px;
	}

div.footer {
	font-weight:bold;
	color:#CCCCCC;
	font-size:11px;
	text-align:center;
	}

/* form stuff */
.buttontd {
	text-align:right;
	}
.button, .footer, .project a, .footer_portfolio {
	color:#ffffff;
	font-weight:bold;
	}

.button, .button_active {
	font-weight:bold;
	border:1px solid #333333;
	background-color:#935656;
	height:25px;
	}
.button_active {
	color:#CCCCCC;
	cursor:pointer;
	cursor:hand;
	}
table.forminput {
	position:relative;
	right:60px;
	}

.forminput span {
	font-weight:bold;
	color:#FF0000;
	}
.imgfooter {
	position:relative;
	left:50px;
	}

.forminput th {
	font-weight:bold;
	font-size:14px;
	text-align:right;
	color:#ffffff;
	vertical-align:top;
	padding-top:4px;
	padding-right:5px;
	}
	
