/* Cowal.biz CSS Stylesheet */
/* Copyright Net Visuals 2010 */

body{
background-image:url(../images/bg2010.jpg);
background-position:center top;
background-repeat:repeat-y;
margin:0px;
padding:0px;
font-family:"Trebuchet MS", Helvetica-Normal, Helvetica, sans-serif;
font-size:0.9em;
}

p{
line-height:19px;
color:#5C372E;
}

a{
text-decoration:none;
font-weight:bold;
color:#74401D;
}

a:hover{
text-decoration:underline;
color:#74010A;
}

h1{
margin:0px;
padding:0px;
font-size:3.2em;
color:#74401D;
margin-bottom:12px;
border-bottom:2px dashed #74401D;
}

h2{
margin:0px;
padding:0px;
font-size:2.2em;
color:#74401D;
padding-top:12px;
padding-bottom:12px;
}

h3{
margin:0px;
padding:0px;
font-size:2.2em;
color:#74401D;
margin-top:12px;
}

h4{
margin:0px;
padding:0px;
font-size:1.8em;
font-weight:normal;
color:#74401D;
margin-top:12px;
margin-bottom:12px;
margin-left:48px;
}

#wrapper{
width:940px;
margin-left:auto;
margin-right:auto;
}

.left{
width:446px;
margin:12px;
float:left;
}

	.left img{
	padding-bottom:12px;
	border-bottom:2px dashed #74401D;
	}

.right{
width:410px;
margin:12px;
float:left;
margin-left:36px;
}


