@charset "utf-8";

/* CSS RESET Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption {
	text-align:left;
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	display:block;
}
.clearFloats{
	height:1px;
	overflow:hidden;
	clear:both;
}
p{
	padding-bottom:15px;
}
/* EOF RESET Document */

#container
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 729px;
	background-image:url(../assets/images/background.jpg); 
	background-repeat: no-repeat;
	margin-top: 30px;
}

.left-content
{
	width: 215px;
	position: relative;
	float: left;
	margin-left: 260px;
	margin-right: 155px;
	margin-top: 155px;
}

.right-content
{

	margin-top: 270px;
	position: relative;
	float: left;
}

.right-content img
{
	float: left;
}

a:link, a:visited
{
	color: #222;
	text-decoration: none;
}

a:hover, a:active
{
	color: #222;
	text-decoration: underline;
}

.logo
{
	margin: auto;
	padding-bottom: 30px;
}

/*-----TEXT STYLING------*/

.intro
{
	font-family: Times, Serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #222;
}

.body
{
	font-family:  Times, Serif; 
	font-size:11px;
	line-height: 14px;
	text-align: justify;
	color: #222;
}

.face-centre
{
	margin: auto;
}

.centered
{
	font-family: Times, Serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #222;
	padding-top: 17px;
}

.centered-smaller
{
	font-family: Times, Serif;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	color: #222;
	font-style: italic;
}

.centered-smallest
{
	font-family: Times, Serif;
	font-size: 9px;
	text-align: center;
	color: #222;
	font-weight: bold;
}

/*-----EOF TEXT STYLING------*/
