body {
	background-image: url(images/alexisbg.png);
	background-repeat: repeat-y;
	background-color: #282828;
	font-family: trebuchet ms;
	font-size: 11px;
	color: #a8a6a6;
}
a:link, a:active, a:visited {
	color: #838282;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #a8a6a6;
	font-weight:bold;
	text-decoration: none;
}

input , textarea {
	color : #000000;
	background-color : #f1f1f1; 
	font-size : 7pt; 
	font-family : trebuchet ms; 
	letter-spacing : 0; 
	line-height : 12px; 
	text-align : justify;
	text-transform: uppercase;
      border-width: 1px;
      border-style: solid;
      border-color:#a8a6a6;
} 

#content {
	position: absolute;
	left: 85px;
	top: 310px;
	width: 480px;
	text-align: justify;
        line-height: 120%;
}

#sidebar {
	position: absolute;
	left: 580px;
	top: 310px;
	width: 235px;
	text-align: justify;
        line-height: 120%;
}

#welcome {
	position: absolute;
	left: 85px;
	top: 5px;
	width: 480px;
	text-align: justify;
        line-height: 120%;
}

b {
	color: #FFFFFF;
}
.main {
	width: 100%;
}
h2 {
	font: 30px Georgia; 
	color: #17a8d0;
	border-bottom: 0px dotted #a8a6a6;
	margin-bottom: 0px;
	text-align: justify;
	width: 100%;}

