p#by {
	font-size: 8pt;
	color: gray;
}

p#by a{
	color: gray;
	text-decoration: none;
}

#contact {
	position: fixed;
	width: 200px;
	top: 225px;
	border-top: 5px solid red;
	border-bottom: 5px solid red;
	right: 40px;
}

#content {
	margin: 32px 275px 0 275px;
}

#content h2 {
	text-align: center;
}

#footer {
	text-align: center;
}

#header {
	text-align: center;
	height: 195px;
	background-image: url("../img/head_bg.jpg");
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 5px;
	color: red;
}

#header a {
	text-decoration: none;
	color: red;
}

#header h1 {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 5em;
}

#navigation {
	float: left;
	width: 225px;
}

#navigation a {
	text-decoration: none;
}

#navigation li {
	padding: 5px;
	margin: 2px;
}

#navigation li:hover, li:active, li:focus {
	color: black;
}

#navigation span {
	margin: 1px;
}

#navigation ul {
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

.c {
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.company {
	font-size: 30px;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.error {
	color: red;
	font-size: 200%;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.street, .city {
	font-size: 14px;
}

a.nav {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 10px !important;
	color: white;
}

a.nav:hover, a.nav:active, a.nav:focus {
	color: black;
}

a.sel {
	background-image: url("../img/sel.png");
	color: black;
}

b {
	font-size: 1.2em;
}

body {
	background-color: #EBEBEB;
}

div.pic {
	text-align: center;
	padding: 5px;
	margin: 2px;
}

img {
	border: #CFEFAE solid 10px;
	margin: 1px;
}

img.center {
	display:block;
	margin:0 auto;
}

li.nav {
	background-color: red;
}

li.sel {
	background-color: white;
}