@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#logo { top: 135px; left: 42px; position:fixed; }

ul.nav { list-style:none; top: 210px; left: 110px; position:fixed; width: 146px; text-align: right;}
ul.nav li { margin-bottom: 10px; }
ul.nav li a { color: #fff; text-decoration: none; }
ul.nav li a:hover { color: #666; text-decoration: none; }

.section { padding: 115px 0 0 400px; width: 570px; height: 4000px; float: left; }

h1,h2 { color: #cc0000; font-size: 36px; letter-spacing: -1px; font-weight: normal; }
h3 { color: #000; font-size: 18px; font-weight: bold; letter-spacing: -1px; }
p { color: #333; font-size: 15px; letter-spacing: 0; }
a { color: #cc0000; }


