@charset "UTF-8";

/* CSS Document UFC
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D9D8C9;
	font-size:13px;
	background:url(../images/bkip.png) repeat-x #003928;
}

p { margin: 0 0 14px 0; }


	
/* Layout container
------------------------------------------------------------- */
#container {
	margin:auto;
	width:971px;}
	
/* Header section 
------------------------------------------------------------- */
	
#headerip {
	width:971px;
	height: 292px;
	float:left;
}


/* Page Content
------------------------------------------------------------- */

#contentip {
	width:721px;
	background:url(../images/contentip.png) no-repeat;
	float:left;
	padding: 8px 150px 0 100px;
}
	
#contentbkip {
	width:971px;
	background:url(../images/crossip.png);
	float:left;
}
	
#contentbkip p {
	padding:0 0 18px 50px;
	margin: 0;
}
	
#contentbkip h2 {
	font-style:normal;
	font-size: 20px;
	margin: 0 0 10px 50px;
	color: #999;
	padding: 0;
}

/* Footer area
------------------------------------------------------------- */
#footerip {
	width:971px;
	height:40px;
	background:url(../images/footerip.png) no-repeat;
	text-align:center;
	padding:60px 0 0 0;
	float:left;
	color: #D2A126;
	margin: 0 -3px 0 0;
	font-size: 12px;
}

	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:28px;
	color:#FFF;
	margin:0;
	padding:0 0 28px 0;
	font-weight:normal;
	font-style: italic;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:0 0 5px 50px;
	font-weight: normal;
	font-style:italic;
	line-height: 20px;
}


.smallBox {
	float:left;
	padding: 0 20px 0 0;
	display: block;
}

.yellow {
	color:#DFB146;}

.big {
	font-size:15px;
	color:#DFB146;}
