/*
*/

* {
	margin:0;
	padding:0;
	font-size:1em;
	font-family:"Century Gothic","Trebuchet MS",Arial,sans-serif;
	color:#333;
}
body {
	background: #d3e0ed url(bg-body-single.gif) top center no-repeat;
}

a {color:#262626;}

a:hover {
	color:#f26802;
	text-decoration:none;
}

/***************************************************
	Define div#id tag
***************************************************/
div#top {}

div#top div#top_content {
	width:500px;
	margin: 0 auto;
	padding: 50px;
}

div#top div#top_content h3 {
	color:#ffffff;
	font-weight:normal;
	font-size:0.8em;
	margin-top:20px;
	text-transform: uppercase;
}

div#top div#top_content p {
	font-size:0.7em;
	color:#333;
}

div#top div#top_content p#contact_paragraph {
	font-weight:bold;
	margin-bottom:10px;
}

div#top div#top_content p#copyrigths_paragraph {
	font-size:12em
}

div#footer {
	width:500px;
	margin: 0 auto;
	padding: 50px;
}

div#footer p {
	padding-bottom: 0;
	font-size: 10px;
}
