﻿/* Right Column Navigation Layout */

/* 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;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

a {
	/*color:#000;*/
}

a:hover {
	color:#369;
	text-decoration:none;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}

img {
	margin:10px 0 5px;
}

/* Header styles */
#header {
    clear:both;
	width: 760px;
	height: 80px;
	margin: 0 auto;
	background: #000000;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	vertical-align:top;
}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
   	color:#ffffff;
}
#header h3 {
	color: #FFFF00;
	font-size:20px;
}
/* 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;
}
.colleft {
    float:left;
    width:760px;
    position:relative;
}
.col1wrap {
    float:left;
    width:560px;
    position:relative;
}
.col1 {
	float:left;
    padding:0 10px 0 10px;
    overflow:hidden;
	color:#333333;
	background:#ffffff;
	width:560px;
}
.col1 h1 {
	font-size: 14px;
	color:silver;
}
.col2 {
    float:right;
    width:180px;
    position:relative;
    /*background: #556B2F;*/ /*Army Green*/
    background: #005279;
    color: #fff;
    padding: 20px 0;
}
.col2 a {
	color: #fff;
}

.col2 b {
	font-size: 110%;
}
.col2 ul {
	font-size: 90%;
}
.col2 li {
	text-decoration:none; 
}

#amazon {
	margin: 430px 10px 0 12px;
}
/* Footer styles */
#footer {
    clear:both;
	width: 760px;
	margin: 0 auto;
	background: #000000;

}
#footer p {
    padding:10px;
    margin:0;
    text-align:center;
}
#footer a, #footer p {
	color:silver;

}