*{
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Colaborate';
	src: url('fonts/ColabReg.eot');
	src: local('Colaborate-RegularRegular'), url('fonts/ColabReg.ttf') format('truetype'), url('fonts/ColabReg.svg#webfont') format('svg');
}

@font-face {
	font-family: 'CandelaBold';
	src: url('fonts/CandelaBold.eot');
	src: local('?'), url('fonts/CandelaBold.ttf') format('truetype'), url('fonts/CandelaBold.svg#webfont') format('svg');
}

html, body{
	height: 100%;
}

body{
	background: #526B9C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	overflow-y: auto;
}

#nav{
	background: #325596;
	opacity: 0.36;
	filter: alpha(opacity=36);
	height: 30px;
	width: 100%;
	min-width: 895px;
	position: fixed;
	bottom: 30px;
	left: 0;
	padding: 30px 0;
	text-align: center;
	font-family: Colaborate, Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 1px;
	z-index: 10;
}

* html #nav{
	position: absolute;
}

#nav p{
	display: inline;
	margin: 0 10px;
	padding: 0 10px;
	color: white;
}

#nav a{
	text-decoration: none;
	color: #C0C0C0;
	margin: 0 10px;
	padding: 15px 10px;
	border: 1px solid transparent;
}

#nav a:hover{
	color: black;
	background: #A67E34;
	border: 1px solid #A67E34;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

* html #nav a{
	border: none !important;
	margin: 1px 11px !important;
}

* html #nav a:hover{
	padding: 30px 10px;
}

#main{
	margin-bottom: 140px;
	background: #99B5E7 url("../images/logo.gif") no-repeat center top;
	width: 895px;
	margin: 0 auto;
	padding: 0 15px 140px;
	min-height: 100%;
}

#main img{
	margin: 0 auto;
}

#header{
	font-family: CandelaBold;
	font-size: 16pt;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 130px;
	border-bottom: 1px solid black;
}

#design{
	position: absolute;
	right: 0;
	display: inline;
	margin: 0 !important;
	padding: 0 10px !important;
	border: none !important;
	background: none !important;
}

#design img{
	border: none;
}

.bubble{
	display: inline;
	float: left;
	background: #E3E3EF;
	border: 7px solid #E3E3EF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#news{
	width: 230px;
	margin-left: 9px;
	min-height: 200px;
}

#news p{
	margin-bottom: 15px;
}

h3{
	text-align: center;
	margin-bottom: 5px;
}

a[href ^="mailto:"]{
	padding-right: 20px;
	background: transparent url('../images/mail.gif') no-repeat center right;
}

a.external{
	padding-right: 15px;
	background: transparent url('../images/external.gif') no-repeat center right;
}