* {margin:0;}

.wrap {
	width: 742px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	}
#header {
	width: 732px;
	margin:10px;
	margin-bottom: 20px;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #3399CC;
	clear: both;
	text-align: center;
	font-size: x-small;
}
a {
	font-size: 12px;
	text-decoration: none;
	color: #3366CC;
	font-weight: normal;
	font-variant: small-caps;
}

.menu {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
}
#menu {
	margin-left: 10px;
}

.menu-top {

	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #3399CC;
}
div.block { display: block; }

div.left-col 
{
	/*background: #fff url(../images/dashing.gif) 157px 0px repeat-y;*/
	width: 142px;
	float: left;
}

div.content
{
	width: 583px;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div.content h1, h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

div.contact-us 
{
	background-color: #3399CC;
	color: #fff;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td {
	vertical-align: top;
}
td h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
}
.content li {
	list-style-image: url(../images/bullet.gif);
	padding-left: 20px;
	list-style-position: inside;
}
