﻿body {
	background:url("../Image/background.gif");
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin:0;
	text-align:center;
	color:#fff;
}

h1 {
	font-size:18px;
	color:#fff;
}

h2 {
	font-size:14px;
	color:#fff;
}

a {
	color:#fff;
}

a:hover {
	color:#ffd92a;
}

#phone {
	font-size:medium;
	font-weight:bold;
	margin:20px auto;
	width:690px;
	text-align:right;
}

#container {
	background:url(../Image/container.gif) repeat-y;
	border:solid 4px #e8e8d2;
	margin:0 auto;
	width:690px;
	text-align:left;
}

#header {
	width:690px;
	height:194px;
}

#navigation {
	width:690px;
}

#footer {
	width:690px;
}

#left {
	border-top:solid 4px #e8e8d2;
	padding:14px 14px 14px 14px;
	float:left;
	width:172px;
}

#right {
	border-top:solid 4px #e8e8d2;
	float:left;
	width:450px;
	padding:20px 20px 20px 20px;
}

.yellow {
	color:#ffd92a;
	font-weight:bold;
}

img.floatRight {
	float:right;
	margin:4px;
}

img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}