

/*page divisions */
body {
		width: 1024px;
		background-image:
		url('../images/main/main_background.gif');
		background-repeat: repeat-xy; }
		
a:link {color: #FFFFFF}
a:visited {color: #CCCCCC}
a:hover {color: #95743F}
a:active {color: #99CCFF}

#header {
		width: 1024px;
		position:absolute;
		top: 220px;
		left: 0px;
		}
#flash {
		position:absolute;
		left:50px;
		top:0px;
		}
#text {
		width: 350px;
		position:absolute;
		left:100px;
		top:260px;
		color: white;
		margin-right: .5cm;
		margin-left: .5cm;
		margin-top: .5cm;
		}
#links {
		position:absolute;
		left: 560px;
		top:260px;
		width: 350px;
		margin-top: .5cm;
		}
		
/*text styles */

p {
	width: 350px;
	font:10pt georgia;
	color:#FFFFFF;
	}
p.right {
	font-family: 10pt times;
	color:#FFFFFF;
	margin-right: .5cm;
	}
	
h1 { 
	font: 16pt georgia; 
	color: #FFFFFF;
	
	width: 350px;
	}
h2 { 
	font: 14pt georgia; 
	color: #FFFFFF;
	width: 350px;
	}
h3 {
	font: 14pt georgia;
	color: #FFFFFF;
	margin-left: 100px;
	}
h5 {
	font: 8pt georgia;
	color:#FFFFFF
	width: 350px;
	margin-left: 1cm;
	margin-top: -.25cm;
	}
h6 {
	font: 8pt georgia;
	color:#FFFFFF
	width: 350px;
	margin-left: 1cm;
	margin-top: -.25cm;
	}

textarea{
	margin-left: 0px;
	}
input {
	margin-left:0px;
	}
label {
	margin-left: 0px;
	}
form {
	margin-left: 100px;
	position:absolute;
	top:300px;
	}
#footer {
	position:absolute;
	top: 1200px;
	left: 0px;

/*
to add style to a text or input form:
.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
<input name="textfield" type="text" class="texta" />
/*

	



	


