﻿body
{
	background : #5a5a5a;
}

#main-container, #footer
{
	width : 662px;
	margin : 0 auto;
	
}

.vertical_sep, .horizontal_sep
{
	float : left;
}

.horizontal_sep
{
	width : 642px;
	height  : 10px;
}

.corrner_row_container
{
	width : 662px;
	height : 10px;
}

.content_row_container
{
	width : 662px;
	height : 430px;
	background : transparent url('http://www.afsgo.com/images/logo.jpg') no-repeat left top;
}

.vertical_sep
{
	width : 10px;
	height  : 430px;
}

#main-container
{
	margin-top : 30px;
	background : #FFFFFF;
}


.tleft_corrner, .tright_corrner, 
.bleft_corrner,  .bright_corrner
{
	width : 10px;
	height : 10px;
	background : transparent url('../images/corrners.gif') no-repeat;
}

.bright_corrner, .tright_corrner
{
	float : right;
}

.bleft_corrner, .tleft_corrner
{
	float : left;
}

.tright_corrner
{
	background-position : right top;	
}

.tleft_corrner
{
	background-position : left top;	
}

.bright_corrner
{
	background-position : right bottom;	
}

.bleft_corrner
{
	background-position : left bottom;	
}

.notfound_text, .notfound_text a
{
	font-family : Verdana, Arial,  Helvetica, sans-serif;
	color : #002D8B;
	font-weight : bold;
	font-size : 16px;
	text-decoration : none;
	line-height : 25px;
}

.notfound_text a:hover
{
	text-decoration : underline;
}

.text_cnt
{
	text-align : center;
	width : 662px;
	float : left;
	margin-top : 210px;
}

#footer
{
	text-align : center;
	color : #FFFFFF;
	font-family : Verdana, Arial,  Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 5px;
}

#footer a
{
	color : #FFFFFF;
	text-decoration : none;
}

#footer a:hover
{
	text-decoration : underline;
}