@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ca3a3a;
	background-image:url(_img/bg.jpg);
	background-repeat:repeat;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:-45px 0 0 -75px;
}

#deswrap {width:750px;	position:absolute; top:20px; left:130px;}
#container {background-color:#FFF; width:750px;}

#header {
	background-image:url(_img/header.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:157px;
}

#left {
	float:left;
	width:200px;
	margin:10px 20px 10px 0;
	padding:0 10px 10px 0;
	border-right:1px dotted #ccc;
}

#main {
	margin:0 0px 0 220px;
	padding-right:20px;
	width:490px;
	line-height:1.5em;
}

#footer {
	display:block;
	width:750px;
}

#designer { font-size:.8em; text-align:right; color:#333; padding-right:15px;}
#designer a {color:#333; text-decoration:none;}
#designer a:hover {color:#111;}

h1 {
	font-size:1.3em;
	color:#ca3a3a;
	text-align: left;	
}

h2 {
	color:#ca3a3a;
	font-size:1.2em;
}

hr {border:1px #ccc dotted; text-align:center; width:85%;}

blockquote {
	font-style:italic;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
	color:#666;
}

blockquote .testimonial{
	font-style:italic;
	font-size:.8em;
	line-height:2em;
	text-align:justify;
	color:#666;}

img { margin:10px;}
.imgr { margin-right:0; margin-bottom:5px;}
.imgl { margin-left:0; margin-bottom:5px;}


.red {	color:#ca3a3a;}
.fade {	color:#ccc;}

.small {font-size:.8em;}
.big { font-size:1.2em;}

.center {text-align:center;}
.right {text-align:right;}

ul .list { list-style-type:square; margin-left:50px;}

.nav li{list-style-type:none; margin:0 0 15px -20px;}

a.nav {
	color:#ca3a3a;
	text-decoration:none;
	font-size:1.4em;
	font-weight:100;
}

a.nav:hover {color:#000; text-decoration:none;}

a {color:#ca3a3a; text-decoration:underline;}
a:hover {color:#9f2d2d; text-decoration:underline;}

textarea {
	width:100%;
	height:100px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #999;
	background-image:url(_img/textarea.jpg);
	background-position:center;
	background-repeat:no-repeat;}
	
form {margin:0 40px;}

img {border:none;}