/* CSS Document */
/*  
Theme Name: Preneal.ca
Theme URI: http://www.preneal.ca
Description: Preneal.ca
Author: Mila Jones
Author URI: http://www.milajones.com/

*/

body{
	margin: 0;
	padding:0;
	font-family:"trebuchet MS", arial;
	font-size: 13px;
	background-image:url(../images/intro-bgr.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#A0BDDF;
	text-align:center;
}
a{
	color:#00599D;
	}
h1{
	color:#00599D;
	font-size:18px;
	text-transform:uppercase;
	font-family:"trebuchet MS", arial;
	}
h3{
	color:#00599D;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:0px;
	}
	
#container{
	text-align:left;
	width:749px;
	margin:0 auto;
	}
#nav-wrapper{
	height:125px;
	}
#top-nav{
	width:740px;
	text-align:right;
	position:absolute;
	top:88px;
	font-size:11px;
	color:#D8791C;
	text-transform:uppercase;
	}
#top-nav a{
	color:#D8791C;
	text-decoration:none;
	}
#top-nav a:hover{
	color:#D8791C;
	text-decoration:underline;
	}
#footer{
	width:710px;
	color:#FFFFFF;
	padding:12px 30px 2px 10px;
	overflow:hidden;
	font-size:12px;
	}
#footer a{
	color:#ffffff;
	}
