* {
	font-family		: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
}

body {
	margin			: 0px;
	background-image	: url('../images/bg.jpg');
        /*background-color        : #1B4990;*/
	background-color	: #f3f7de;
	color			: #2A2A2A;
	line-height		: 22px;
	text-align		: left;
}

body,
td {
	font-size		: 14px;
}

#main {
	width			: 100%;
}

#header{
	width			: 990px; 
	height			: 171px; 
	vertical-align		: top; 
	background-color	: #f3f7de;
	border-bottom		: 1px solid #294176;
}

#top_left{
	/*background-color	: #f3f7de; 
	border-bottom		: 1px solid #294176;*/
}

#top_right{
	/*background-color	: #f3f7de; 
	border-bottom		: 1px solid #294176;*/
}

#top_menu {
	border-left		: 1px solid #294176;
	border-right		: 1px solid #294176;
	background-image	: url('../images/navy_pro.gif');
	height			: 25px;
}

#top_menu ul.menu {
        list-style              : none;
        padding                 : 0px;
        margin                  : 0px;
        height                  : 25px;
}

#top_menu ul.menu li {
        display                 : block;
        padding                 : 0px;
        margin                  : 0px;
        line-height             : 25px;
        float                   : left;
        width                   : 122px;
        text-align              : center;
	border-left		: 1px solid #000;
}

#top_menu ul.menu a {
	color			: #000060;
	font-size		: 12px;
	font-weight		: bold;
        text-decoration         : none;
        display                 : block;
        width                   : 100%;
        height                  : 100%;
}

#top_menu ul.menu a:hover {
        background              : url('../images/navy_pro_click.gif');
	color			: #000060; 
}

#side_left{
	width			: auto;
}

#side_right{
	width			: auto;
}

#content {
	background-image	: url('../images/pg_bg.jpg');
	background-repeat	: repeat-y;
	padding			: 20px;
	width			: 950px;
}

#content_shop {
	background-image	: url('../images/pg_bg.jpg');
	background-repeat	: repeat-y;
	padding			: 10px;
	width			: 950px;
}

#footer {
	background-image	: url('../images/pg_bg.jpg');
	background-repeat	: repeat-y;
	border-bottom		: 1px solid #294176;
}

#footer_row td {
	font-size		: 10px;
	text-align		: center;
}

.contentheading, .componentheading {
	color			: #508734;
	font-size		: 20px;
	text-align		: left;
}

