html, body
{
	margin: 0;
	padding: 0;
}

body
{
	min-width: 950px;
	background: #005493 url('../../uploads/template/bg.png') repeat;
	color: #555;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	line-height: 22px;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

b, strong
{
	color: #222;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #222;
}

hr
{
	border: none;
	border-top: 1px solid #222;
}

ul
{
	color: black;
	list-style-type: square;
}

li
{
	color: #555;
}

.block
{
	background: white url('../../uploads/template/top-left.png') no-repeat left top;
	box-shadow: 0px 1px 8px 0px rgba(1, 1, 1, 0.8);
}

.block > div
{
	height: 100%;
	background: url('../../uploads/template/top-right.png') no-repeat right top;
}

.block > div > div
{
	height: 100%;
	background: url('../../uploads/template/bottom-left.png') no-repeat left bottom;
}

.block > div > div > div
{
	height: 100%;
	background: url('../../uploads/template/bottom-right.png') no-repeat right bottom;
}

#template
{
	margin: 0 auto 30px;
	width: 850px;
}

#header
{
	position: relative;
	height: 140px;
}

#logo
{
	position: absolute;
	top: 20px;
	left: -40px;
	width: 350px;
	height: 180px;
}

#logo > div > div > div
{
	text-align: center;
}

#logo img
{
	margin: 14px;
}

#menu
{
	position: absolute;
	top: 70px;
	right: 0;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#menu li
{
	margin: 0 0 0 30px;
	float: left;
}

#menu a
{
	color: white;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover
{
	color: black;
}

#content
{
	overflow: hidden;
	padding: 60px 70px;
	min-height: 250px;
	text-align: justify;
}

#content img
{
	border: 7px solid white;
	box-shadow: 0px 2px 4px 0px rgba(1, 1, 1, 0.4);
}

#content ul
{
	padding: 0 0 0 20px;
}
/* Stylesheet: Main Modified On 2013-02-21 00:13:29 */
