body
{
	font-family: arial;
}

.main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.leftMenu
{
	text-align: center;
	/*background-image: url('../imgs/color_sidebar.png');*/
	background: #4c3c3c;
	/*background-repeat: repeat-x repeat-y;*/
	width: 150px;
}

.logo
{
	padding: 10px;
	margin-bottom: 40px;
}

.lines
{
	margin-top: 125px;
}

.leftMenu a
{
	color: #A7966A;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.leftMenu a:visited
{
	color: #A7966A;
}

.leftMenu a:hover
{
	color: #B0c046;
}

.MainLink
{
	float:left;
	background-image: url('../imgs/link_bg.png');
	background-repeat: repeat-y;
	background-position: right top;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:160px;
	display: block;
}

.MainLink a
{
	margin-right: 10px;
}

.MainLink span
{
	margin-right: 5px;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}
.title
{
	/*background-image: url('../imgs/color_topbar.png');*/
	background:#aaa694;
	padding: 40px;
	text-align: left;
	height: 80px;
}

.content
{
	background-color: white;
	padding: 10px;
	padding-top: 50px;
	font-size: 12px;
}

.content a{
	color:#4C3C3C;
	text-decoration: none;
}

.content a:hover{
	color:#A7966A;
}

.content h1
{
	font-size: 14pt;
	padding-bottom: 10px;
}

.content ul
{
	padding-left: 20px;
}

.rightImg
{
	width: 280px;
	background-image: url('../imgs/color_sidebar.png');
}

.bottomMainBar
{
	background-image: url('../imgs/color_topbar.png');
	background-repeat: repeat-x repeat-y;
	width: 70%;
	height: 45px;
}

.testimonial
{
	width: auto;
	text-align: left;
	font-weight: bold;
	color: white;
	font-size: 10pt;
	padding: 20px;
}

.whole
{
	width: 100%;
	height: 100%;
}

.bottomBorder
{
	background-image: url('../imgs/color_bottombar.png');
	font-size: 10pt;
	color: black;
	text-align: center;
	padding-top: 10px;
}

.bottomBorder a
{
	font-size: 10pt;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.bottomBorder a:visited
{
	color: gray;
}

.bottomBorder a:hover
{
	color: black;
}

.atws_footer
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9pt;
}
