/*  --Begin CSS Reset-- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
22	h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; 
}
/*  --End CSS Reset-- */

/*  --Begin Page CSS--  */
body {
	height: 100%;
	margin: auto;
}
#container {
	position: absolute;
	height: 440px;
	width: 775px;
	top: 50%;
	margin-top: -220px;
}
#left {
	width: 375px;
	height: 440px;
	float: left;
}
#welcome {
	position: absolute;
	width: 360px;
	height: 106px;
	float: right;
	top: 50%;
	margin-top: -53px;
	left: 385px;
}
	#rightContact {
		position: absolute;
		bottom: 2;
		right: 0;
		height: 8px;
		width: 74px;
	}
		a.contactRoll {
			display: block;
			width: 70px;
			height: 6px;
			text-decoration: none;
			background: url("../images/textImg_contactLink.gif");
			background-position: 0 -6px;
			background-repeat: no-repeat;
			cursor: pointer;
		}
		a.contactRoll:hover {
			background-position: 0 0;
			cursor: pointer;
		}
#contact {
	position: absolute;
	width: 360px;
	height: 106px;
	float: right;
	top: 50%;
	margin-top: -53px;
	left: 385px;
	
}
	td.field {
		width: 75px;
	}
	td.input {
		width: 280px;
	}
	input {
		width: 280px;
		border: 1px solid #AAA;
		margin-bottom: 5px;
		margin-left: 5px;
	}
		input#submit {
			margin-left: 0;
			margin-bottom: 0;
			color: #FFF;
			width: 71px;
			margin-top: 10px;
			border: none;
			background: #050F96;
		}
		textarea {
			height: 41px;
			overflow: hidden;
			margin-left: 5px;
			width: 280px;
		}
/*  --End Page CSS--  */