﻿/* Right Column Navigation Layout */

* {
	margin: 0;
	padding: 0;
}

/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    /*background:#F7F7F7;*/
    background:#2C2C29;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
}
hr	{
	margin-bottom:10px;
}
a {
	/*color:#000;*/
}
a:hover {
	color:#369;
	text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    font-size:medium;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:5px 10px;
	
}
#topimgs {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topimgs li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Header styles */
#header {
    clear:both;
	width: 760px;
	height: 80px;
	margin: 0 auto;
	background:transparent url('images/header.png') no-repeat center bottom;
	text-align:left;
	padding-bottom: 10px;
	padding-top:10px;
	vertical-align:top;
}
#header p {
    padding:.4em 15px 0 15px;
    margin:0;
   	color:#dddeee;
}
#header h3 {
	color:yellow;
	font-size:20px;
	padding-left:15px;
}

/* top navigation */
#nav	{
	height:40px;
	background:transparent url('images/topnav.png') no-repeat center top;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    width:760px;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	margin: 0 auto;
    /*background: #556B2F;*/ /*Army Green*/
    /*background: #005279;*/ /*Blue*/
    background: #FFF url('images/bg.png') repeat-y right;
}
.col1 {
	float:left;
    padding:0 15px 10px 15px;
    overflow:hidden;
	color:#333333;
	background:#ffffff;
	width:530px;
}
.col1 h1 {
	font-size: 14px;
	color:silver;
}
.col1 p {
	padding-top:10px;
}
.col1 li {
	margin-left:40px;
}
.col2 {
    float:right;
    width:180px;
    position:relative;
    /*background: #556B2F;*/ /*Army Green*/
    /*background: #005279;*/ /*Blue*/
    /*background: #ffffff;*/
    color: #000000;
    padding: 20px 10px 20px 5px;
}
.col2 a {
	color: #000000;
}
.col2 b {
	font-size: 110%;
}
.col2 ul {
	font-size: 90%;
	/*list-style:none;*/
}
.col2 li {
	text-decoration:none;
	padding-top:5px;
	margin-left:20px; 
}
#amazon {
	float:right;
	position:relative;
	margin: 430px 5px 0 15px;
}

/* Footer styles */
#footer {
    clear:both;
	width: 760px;
	margin: 0 auto;
	/*background: #000000;*/
	background:transparent url('images/footer.png') no-repeat center top;
}
#footer p {
    padding:10px;
    margin:0;
    text-align:center;
}
#footer a, #footer p {
	color:silver;
}
