/* This CSS Styles page was written by Christian Vuong for DAVN and may not be duplicated or copied in anyway.
Website maintenance completed by christianvuong.com */

body, html {margin:0;
			padding: 0;
			background: #D4DDC4;
			color:#000;
			}


#bg-wrap {
	margin:0;
	padding: 0;
    background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	}

#wrap {
/*    background:#CCC; */
    margin:0 auto;
    width:900px;
/*
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
*/
    }

#header {
	text-align: center;
    }
#nav {
margin-top: 13px;
    }
/*
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
*/
	
#main-left {
	float:left;
	width: 400px;
    }
	
#left-2 {
    background:#9EA4AB;
	border-style: solid;
	border-width: 3px;
	border-color: #ccc;
	}

#main-right {
	float:right;
	width:490px;

    }
	
#right-2 {
    background:#CBA5A7;
	border-style: solid;
	border-width: 3px;
	border-color: #CBA5A7;
}

#footer {
	clear: both;
    }
	
/* Text Stylings */

h1 {
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	font-size: 1.2em;
	font-weight: lighter;
	color: #FFF;
}

h2 {
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	font-size: 1.2em;
	font-weight: lighter;
	color: #FFF;
	margin: 0;
	}
	
h2.message {
	padding: 3px;
	margin: 8px;
	color:#000;
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	font-size: 1.2em;
	font-weight: lighter;
}

p.news {
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	color: #000;
	font-size: 0.9em;
	margin: 0;
}

p.footer {
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	color: #000;
	font-size: 0.9em;
	font-style: italic;
}
li {
	font-family: futura, "trebuchet MS", helvetica, sans-serif; 
	color: #000;
	font-size: 0.9em;
	margin: 3px;
}


/* Footer Related */
#footer {
padding-top: 15px;
text-align: center;
}

#footer a {
font-family: futura, "trebuchet MS", helvetica, sans-serif; 
font-size: 0.8em;
color: #000;
}

#footer ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#footer li{
    display:inline;
    margin:0;
    padding:0;
    }
	
/* Various Stylings */
hr {
	margin: 10px;
 	border: 0;
  	width: 90%;
  	color: #CCC;
	background-color: #CCC;
	height: 3px;
}

/* Rounded Corners */
div.content {
  background: url(images/top-left.gif)
  top left no-repeat;
  }

div.content h1 {
	background: 
	url(images/top-right.gif) 
	top right no-repeat;
	padding:15px;
	padding-left:25px;
	margin:0;
 }

div.content-body {
	background: 
	url(images/right-border.gif) 
	top right repeat-y;
	margin:0;
	margin-top:-1em;
	padding:15px;
	padding-left:25px;
}

div.content-footer {
	background: 
	url(images/bottom-left.gif) 
	bottom left no-repeat;

} 

div.content-footer p {
	background: 
	url(images/bottom-right.gif) 
	bottom right no-repeat;
	display:block;
	padding:20px;
	padding-left:25px;
	margin:-2em 0 0 0;
}

/* Rounded Corners 2nd Color*/
div.content2 {
  background: url(images/2-top-left.gif)
  top left no-repeat;

  }

div.content2 h1 {
	background: 
	url(images/2-top-right.gif) 
	top right no-repeat;
	padding:15px;
	padding-left:25px;
	margin:0;
 }

div.content-body2 {
	background: 
	url(images/2-right-border.gif) 
	top right repeat-y;
	margin:0;
	margin-top:-1em;
	padding:15px;
	padding-left:25px;
}

div.content-footer2 {
	background: 
	url(images/2-bottom-left.gif) 
	bottom left no-repeat;

} 

div.content-footer2 p {
	background: 
	url(images/2-bottom-right.gif) 
	bottom right no-repeat;
	display:block;
	padding:20px;
	padding-left:25px;
	margin:-2em 0 0 0;
}
