/*[variables]
colors
{
	@20: #DECD7A;
	@10: #9EAED2;
	@00: #0F1C4B;
}
*/
#container
{
	width: 800px;
	background: #9EAED2 url(images/container_frame.png) no-repeat; /*[e]@10 url(images/container_frame.png) no-repeat*/
	height: 650px;
}
#flash
{
	height: 150px;
	margin: 9px -759px 0px -246px;
	float: left;
	width: 758px;
}
#nav_bar
{
	background: url(images/nav_bar.png) no-repeat;
	width: 216px;
	height: 505px;
	float: left;
	margin: 138px -217px 0px -246px;
}
#nav_menu
{
	background: url(images/nav_menu.png) no-repeat;
	width: 139px;
	height: 135px;
	float: left;
	margin: 15px 0px 0px 23px;
}
#nav_item_home
{
	margin: 39px 0px 0px;
	font: bold 14px Verdana;
	color: #0F1C4B; /*[e]@00*/
}
#nav_item_services
{
	margin: 20px 0px 0px;
	font: bold 14px Verdana;
	color: #0F1C4B;
}
#nav_item_contact
{
	margin: 19px 0px 0px;
	font: bold 14px Verdana;
	color: #0F1C4B; /*[e]@00*/
}
#content
{
	float: left;
	margin: 164px -539px 0px 213px;
	width: 530px;
	background: url(images/content_bg.png) no-repeat;
	text-align: left;
	padding: 25px;
	font: 11px Verdana;
	height: 429px;
	overflow: auto;
}
#gold_bar
{
	background: url(images/gold_bar.png) repeat-x;
	width: 785px;
	height: 6px;
	float: left;
	margin: 158px -786px 0px -246px;
}
BODY
{
	margin: 10px 0px 0px;
	background: #0F1C4B; /*[e]@00*/
	text-align: center;
}
A
{
	color: #0F1C4B; /*[e]@00*/
	text-decoration: none;
}
#copyright
{
	margin: 10px 0px 0px;
	font: xx-small Verdana;
	color: #DECC79;
}
#copyright A
{
	color: #DECD7A; /*[e]@20*/
}

