/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header{
	height: 161px;
	
	}
	
body{
	color: #000000;
	background-color: #16314f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #007ac5;
	text-decoration: none;
}


.post p{
	text-align: justify;
}

.box .post p{
	text-align: justify;
}

.entry p{
	text-align:justify;
}

.textwidget {
	padding-top: 15px;
	text-align: justify;
}


/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:930px;
	}
#nav-right {
	float:right;
	display:inline;
	width:0px;
	margin:0px !important;
	padding:0px !important;
	}
	
	/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:9px;
	padding-right:9px;
}

#footer{
	clear: both;
	color: #666666;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 15px;
	background-color: #16314f;
	border: 1px solid #ddd;
}