
body {
	background: transparent url('../img/patternDDD.jpg') repeat top left;
}
/*
	Layout
*/

#wrap {
	position: relative;
	width: 640px;
	margin : 0px auto;
	background: transparent url('../img/path.png') repeat-y top center;
	padding-top: 1em;
	
}
ul#nav {
	position : fixed;
	top : 0px;
	left : 0px;
	width : 100%;
	z-index : 5;
}


/*
	Default Styles
*/
h2 span, h3 span,h4 span,h5 span,h6 span{
	background:transparent url('../img/gradients/gradient-glossy.png') repeat-x top left;
	position: absolute;
	display: block;
	width: 540px;
	height:26px;
}
.content {
	background-color: #fff;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	border-radius : 10px;
	border: 2px solid #19A2DD;
	-webkit-box-shadow : 2px 2px 25px #333;
	-moz-box-shadow : 2px 2px 25px #333;
	box-shadow : 2px 2px 25px #333;
	
}
.content {
	padding : 1em;
	margin-bottom : 50em;
	margin-top: 38px;
}


a {
	color : #1DA4DF;
	text-decoration: none;
}
a:hover {
	color: #FF9117;
}
p:first-letter {
	font-weight: bold;
	color : #001A48;
	
}
p.note {
	color: #666;
	font-style: italic;
}
p.note:first-letter {
	font-weight: normal;
	color: #666;
}
strong {
	color : #001A48;
	
}
abbr {
	border-bottom: 1px dotted #1DA4DF;
	cursor: help;
}
img {
	margin : 2px;
	border: 1px solid #999;
}
.right {
	float : right;
}
/*
	Masterhead
*/
h1 {
	background:transparent url('../img/logo.jpg') no-repeat top left;
	text-indent: -9999px;
	width: 435px;
	height: 132px;
}



	

/*		Nav*/
	ul#nav {
		background:#fff url('../img/navBackground.png') repeat-y top left;
		list-style: none outside;
		font-weight : bold;
		text-align: center;
		border-bottom : 1px dotted #aaa;
		
	}
		ul#nav li {
			margin-left : 0px;
			padding-left : 30px;
			display : inline;
		}
		ul#nav li.current {
			background:transparent url('../img/currentArrow.png') no-repeat 15px -1px;
			
		} 
		
		ul#nav a {
			color : #222;
		}
		ul#nav li.current a {
			color : #1DA4DF;
		}

		ul#nav a:hover {
			color: #FF9117;
		}
	ul#contact-bar {
		list-style-type: none;
	}
	
/*
	CLEARS
*/
.clear {
	clear: both;
}
