body { 
	background-image: url('../images/page-background.jpg');
	background-repeat: repeat-x;
	background-color: #cccccc;
}

.left {
 	background-image: url('../images/left-side.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.right {
 	background-image: url('../images/right-side.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.navButton {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 2px;
}

.navButton:hover {
	color: #ffffff;
}

.title {
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 35px;
	top: 8px;
}

.leftText {
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	left: 20px;
}

.Leftlink {
	color: #c6d639;
	text-decoration: none;
}

.Leftlink:hover {
	text-decoration: underline;
}


.rightTitle {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	width: 435px;
	position: relative;
	left: 20px;

}

.rightText {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
	width: 435px;
	position: relative;
	left: 20px;
}

.rightlink {
	color: #c6d639;
	text-decoration: none;
	position: relative;
	left: 30px;
}

.rightlink:hover {
	text-decoration: underline;
}

.profile {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
	width: 430px;
	height: 122px;
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
	bAckground-color: #cccccc;
	position: relative;
	left: 20px;
}

.profilelink {
	color: #aa1109;
	text-decoration: none;
}

div.footer{
	color: #444444;
	font-family: trebuchet ms;
	font-size: 11px;
	text-align: center;
}

a.footer{
	color: #444444;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.register {
	color: #000000;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	width: 100px;
	height: 19px;
	text-align: center;
	background-color: #c6c6c6;
	border-style: solid;
	border-width: 1px;
	border-color: 000000;
	text-decoration: none;
	position: relative;
	left: 10px;
}

.input {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	width: 200px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: 000000;
	text-decoration: none;
}

.dropdown{
	color: #444444;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	background-color: #fffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-decoration: none;
}

.comment {
	color: #444444;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	width: 380px;
	height: 120px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: 000000;
	text-decoration: none;
}

.send {
	color: #000000;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	width: 60px;
	height: 19px;
	background-color: #c6c6c6;
	border-style: solid;
	border-width: 1px;
	border-color: 000000;
	text-decoration: none;
}