body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #000000 url(images/bg.gif) top left repeat-x;
	font: 0px Verdana, Arial, Tahoma, sans-serif;
	line-height: 200%;
	color: #333;
}

.bodyNews {
	padding: 0px 10px 10px 20px;
}

#bodyBox {
        border: solid black;
        border-width: 2px;
        padding: 5px;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: url(images/container_bg.gif);
}

#containerTop {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(images/container_top.gif) top left no-repeat;
}

#containerBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(images/container_bottom.gif) top left no-repeat;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 150px;
	background: url(images/header.gif) top left no-repeat;
}

/*
	#mainMenu
	Here you can change the font size and face of the text for the menu items.
	If you change the color tag, it will change the color of the seperator characters which is a pipe | by default.
*/
#mainMenu {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 30px;
	background: url(images/menu_bg.gif) top left no-repeat;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#mainMenu li {
	margin: 7px 0px 0px 7px;
	padding: 0px;
	float: left;
}

/*
	#mainMenu a
	If you change the color here, it will change the color of your menu links.
*/
#mainMenu a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*
	#mainMenu a:hover
	This is the color of the menu links when you hover the mouse over them. Change it to whatever you need.
*/
#mainMenu a:hover {
	color: #fc0;
}

/*
	#bodyContainer
	You can change the font here. This will change the font for the left panel and the body panel.
*/
#bodyContainer {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	background: url(images/body_bg.gif);
	font: 12px Verdana, Arial, Tahoma, sans-serif;
}

#bodyTop {
	position: relative;
	float: left;
	left: 10px;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 14px;
	background: url(images/body_top.gif) top left no-repeat;
}

#bodyBottom {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 750px;
	height: 14px;
	background: url(images/body_bottom.gif) top left no-repeat;
}

/*
	#leftPanel
	The font for this left panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#leftPanel {
	float: left;
	margin: 0px auto 0px 0px;
	padding: 5px;
	width: 235px;
}

#leftPanel h2 {
	text-decoration: underline;
	margin: 10px 10px 5px 20px;
	font-size: 14px;
}

#retailer {
	margin: 30px 0px 20px 10px;
	float: bottom;
	text-align: left;
	vertical-align: bottom;
}

#retailer h1 {
	font-size: 18px;
}

#retailer h2 {
	text-decoration: underline;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#retailer p {
	padding-left: 20px;
}

/*
	#bodyPanel
	The font for this body panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#bodyPanel {
	float: right;
	margin: 0px 0px 0px auto;
	padding: 5px;
	width: 485px;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 65px;
	background: url(images/footer.gif) top left no-repeat;
	text-align: right;
}

/*
	#copyright
	You can change the font or color of the copyright text by modifying those tags here.
*/
#copyright {
	margin: 0px;
	padding: 17px;
	color: #fff;
	font: 10px Verdana, Courier, monospace;
}

#designer {
	margin: 0px;
	padding: 17px;
	color: #fff;
	font: 8px Verdana, Courier, monospace;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}

/*
------------------------------------------------------------------------------------------------------
	The following tags are not required for the design and you may modify them however you wish.
	You may want to change the color in the h1 and h2 tags as well as the tag labeled h3, h4, h5, h6.
	I have set images to have a padding around them and be displayed in block mode, you may change this.
	I have also set the default link styles in the a tags. If you want to learn more about CSS and how
	it works, visit this page: http://www.w3schools.com/css/default.asp. It's got some great information
	on each property of CSS.
------------------------------------------------------------------------------------------------------
*/

p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
        color: #3680d0;
	width: 100%;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 18px;
	color: #3680d0;
}

h3, h5, h6 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
        color: #3680d0;
}

h4 {
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        color: #3680d0;
}

img {
	display: block;
	margin: 7px;
	padding: 0px;
}

a {
        color: #3680d0;
	text-decoration: underline;
}

a:hover {
	color: #6a88dc;
}

/*
Image Hover
*/

#photo {position:relative; top:10px; left:40px; width:75px; z-index:100;}
#photo a.p1, #photo a.p1:visited {display:block; width:150px; height:150px; text-decoration:none; top:0; left:0; border:0;}
#photo a img {border:0;}
#photo a.landscape:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#photo a.landscape:hover .large {display:block; position:absolute; top:-60px; left:100px; width:500px; height:333px; border:10px solid #000;}
#photo a.portrait:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#photo a.portrait:hover .large {display:block; position:absolute; top:-60px; left:100px; width:350px; height:526px; border:10px solid #000;}
#photo a .large {display:block; position:absolute; width:1px; height:1px; border:0px; top:-1px; left:-1px;}

#photoinfo {z-index:100; height:10em;}


