/*___________________________________________________________________________________________
Unity Web Sites

version:   1.0
website:   http://www.unitywebsites.com/

_____________________________________________________________________________________________*/




/*  General
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
    margin: 1em 0;
}

.clear {clear:both;}

div,p {margin-top:0} /*clear top margin for mozilla*/

li {list-style-type:none;}	

ul {margin:0; padding:0;}

img {border: 0;}

body {
	font-family: 'Trebuchet MS', 'Palatino Linotype', 'Book Antiqua', Palatino, Geneva, Helvetica, Arial, sans-serif; 
	font-size:medium;
	color:#848484;
	text-align:center;
	background: url(../img/background_gradient.png) 0 0 repeat-x;
	background-color:#0B4172;
}

/*  Wrapper
-----------------------------------------------------------------------------*/

#wrapper{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/*  Header & Logo
-----------------------------------------------------------------------------*/

#header {
	height:199px;
	background: url(../img/header_background.jpg) no-repeat;
	border-bottom:4px solid #0b3f70;
}

#header img {
	position:absolute;
	top:25px;
	left:1px;
	z-index:100;
}


/*  HOME PAGE: Col_1 
-----------------------------------------------------------------------------*/
	
#col_1 {	
	background-color:#d1a4b9;
	padding: 10px 20px;
}




