﻿@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

body a {
	color: #6E3D43;
	font-weight: bold;
	text-decoration: none;
}

body p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #222222;
	margin-bottom: 10px;
}

body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	color: #444444;
	clear: both;
	margin: 0 0 5px 0;
}

body h2 {
	font-size: 1.8em;
}

body h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 2.2em;
}

body img {
	border: 0;
}

#pagewrapper320 {
	width: 320px;
	padding: 0;
	margin: 0;
	float: left;
}

#contentwrapper320 {
	width: 310px;
	border: 5px solid #FFFFFF;
	float: left;
}

#topmenu320 {
	width: 310px;
	float: left;
	background-image: url(../common_images/entryBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	paddin: 0;
	margin-bottom: 5px;
}

#topmenu320 ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
/*	color: #999999;*/
	width: 310px;
	background-image: url(../common_images/entryBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#topmenu320 li {
	border-left: 1px solid #FFFFFF;
	color: #888888;
	margin: 0;
	float: left;
	width: 77px;
	text-align: center;
	padding: 5px 0;
	display: block;
}

#topmenu320 li:first-child {
	border-left: none;
	width: 76px;
}

.largeimage {
	width: 310px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.largeimage img {
	width: 310px;
	height: 155px;
}

.contentimagelarge {
	width: 296px;
	clear: both;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.contentimagelarge img {
	width: 296px;
}

.textwrapper320 {
	width: 310px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

.linkswrapper320 {
	width: 310px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

.entry320, .contact320 {
	width: 310px;
	float: left;
	clear: both;
/*	margin: 0 0 10px 0;*/
	margin: 0;
	padding-top: 5px;
/*	background-image:url(../common_images/entryBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;*/
	border-top: 1px solid #CCCCCC;
/*	border-bottom: 1px solid #CCCCCC;*/
}

.entry320 .thumbnailcontainer {
	width: 100px;
	margin: 0 5px 5px 0;
	float: left;
}

.entry320 .thumbnailcontainer p, .entry320 .thumbnailcontainer h2, .entry320 .thumbnailcontainer h3, .entry320 .thumbnailcontainerlast p, .entry320 .thumbnailcontainerlast h2, .entry320 .thumbnailcontainerlast h3 {
	clear: both;
	margin: 0;
	padding-top: 3px;
}

.entry320 .thumbnailcontainerlast {
	width: 100px;
	margin: 0 0 5px 0;
	float: left;
}
/*
.entry320 .thumbnailcontainerlast p, .entry320 .thumbnailcontainerlast h2, .entry320 .thumbnailcontainerlast h3 {
	clear: both;
	margin: 0;
}
*/
.entry320 .thumbnailcontainer img {
	width: 100px;
	float: left;
	border: 0;
}

.contact320 {
	padding: 5px 0;
}

.contact320 .iconcontainer {
	width: 65px;
	margin: 0 5px 0 0;
	float: left;
}

.contact320 .iconcontainer img {
	width: 65px;
	float: left;
}

.contact320 .textwrapper {
	width: 240px;
	float: left;
}

.contact320 .textwrapper p {
	padding: 0;
	margin: 0;
}

#bottomcontainer {
	width: 310px;
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
}

.clearfloats {
	clear: both;
}