/***********************************************/
/* 				HTML tag styles                */
/***********************************************/ 

* {
margin:0;
padding:0;
}

html {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	width:100%;
	height: 100%; 
	color:#333;	
}

body{
	background:#ffe6ad url('../images/gradient.jpg') top left repeat-x;
	width:100%;
	height:100%;

}

/***********************************************/
/* 			         TEXT                      */
/***********************************************/

img{
	border:none;
}

h1{
	margin:30px 0 5px 0;
	
}

p, ul, li{
	font-size:12px;
	line-height:20px;	
}

li{
	list-style:inside;
}

a{
	text-decoration:none;
	outline:none;
	font-size:13px;
	line-height:20px;
	color:#0e4f91;
	font-weight:bold
}

a:hover{
	color:#56a1c5;
}

a:hover{
	
}

/***********************************************/
/* 			       CLASS                      */
/***********************************************/


a.email{
	font-size:12px;
	font-weight:normal;
}


.bold{
	font-weight:bold
}

.floatleft{
	position:relative;
	float:left;
	display:inline;
}

.floatright{
	position:relative;
	float:right;
	display:inline;
}

.clear{
	clear:both
}

/***********************************************/
/* 			       LAYOUT                      */
/***********************************************/

div#center{
	margin:0 auto;
	width:600px;
}

div#container{
	position:relative;
	background:url('../images/body.png') top left repeat-y;
	padding:20px 35px;
}

a#logo{
	background:url('../images/logo.jpg') top left no-repeat;
	width:100px;
	height:100px;
	text-indent:-9999em;
	position:absolute;
	top:0px;
	left:0px;
}

div#navigation{
	margin-top:18px
	
}

div#navigation a{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	padding:2px 12px;
	margin:0 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#navigation a:hover{
	color:#fcca02;
}

div#navigation a.selected{
	background-color:#0e4f91;
}


div#content{
	padding:30px 8px;
	
}

div#footer{
	
}

