@charset "utf-8";

/* CSS Document */



/* -----------------------------CSS RESET--------------------------*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	color: black;

	background: white;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 8px;

	

}

caption, th, td {

	text-align: left;

	font-weight: normal;

	vertical-align:top;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}



*{

	margin: 0;

 }

 

 html, body {

     height: 100%;

	 zoom: 1;

 }

 /* ---------------END RESET------------------*/

 /* clearing */

.fix { 

	clear: both;

	height: 1px;

	margin: -1px 0 0;

	overflow: hidden; }

/* end clearing */



 body{

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center;

	background-color: #ed498f;

 }

a:link {

	color:#FDD660;

	text-decoration: none;

	font-weight: normal;

}

a:visited {

	color:#FDD660;

	text-decoration: none;

 } 



a:hover {

	color:#FCCB38;

	text-decoration: none;

}



a:active {

	color:#FDD660;

	text-decoration: none;

 } 

p{

	color:#efefef;

	line-height:18px;

	font-size:15px;

	margin-bottom:7px;

	padding-left:1px;

	margin-top: 4px;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

} 

h2 {

	text-align:center;

	color:#F9F9F9;

	padding-left:2px;

	font-weight:bold;

	margin-bottom:5px;

	font-family:Arial, Helvetica, sans-serif;

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 3px;

	font-size: 25px;

	text-transform: uppercase;

 }

h3 {

	color:#6b2805;

	padding-left:10px;

	font-weight:normal;

	margin-bottom:5px;

	font-family:Georgia, "Times New Roman", Times, serif;

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 3px;

	font-size: 20px;

	text-align: center;

	}

/*conteiner*/

#container {

	width:960px;

	position:relative;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	height: auto;

}

#header {

	width:960px;

	height:150px;

	}

#logo {

	text-align: left;

	height: 134px;

	width: 200px;

	float: left;

	padding-top: 5px;

	padding-left: 35px;

	}	

#title {

	width:800px;
	padding-top: 30px;
	text-align: center;

	}

.title2 {

	width:960px;

	text-align: center;

	padding-bottom: 13px;

	font-size: 17px;

	font-family: Arial, Helvetica, sans-serif;

	color: #F4F4F4;

	font-weight: normal;

	line-height: 18px;

	text-transform: uppercase;

	padding-top: 0px;

	

	}	

.title3 {

	width:860px;

	text-align: center;

	padding-bottom: 15px;

	font-size: 17px;

	font-family: Arial, Helvetica, sans-serif;

	color: #FCCB38;

	font-weight: bold;

	line-height: 14px;

	text-transform: uppercase;

	padding-top: 10px;

	

	}	

/*photo*/

#photo {

	background: #fff;

	height: 323px;

	width: 749px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 15px;

	margin-left: auto;

	}
.sign in {
	height: 24px;
	width: 50px;
	float: right;
	top: -25px;
		}
.sign in a:link,
.sign in a:visited  {
	border: 1px solid #32282d;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	background-color: #414040;
	margin-left: 5px;
}

.sign in a:hover {
	border: 1px solid #32282d;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	background-color: #414040;
	margin-left: 5px;
}
#latest a.more{
	width:74px;
	height:20px;
	float:right;
	display:block;
	background-color: #414040;
	position: absolute;
	top: 328px;
	left: 600px;
	padding: 3px;
	border: 1px solid #32282d;
	}
#latest a.more:hover{
	width:74px;
	height:20px;
	float:right;
	display:block;
	background-color: #414040;
	position: absolute;
	top: 328px;
	left: 600px;
	padding: 3px;
	border: 1px solid #32282d;
	color: #FDCA31;
	}
.form {
	width: 840px;
}
