/*-----------------------------------------------
Pribul.co.uk Main Stylesheet

Version: 1.0
Author:  George Pribul
E-mail:  kirkburn@gmail.com
Website: www.georgepribul.eu
-----------------------------------------------*/


/* Global Styles
-----------------------------------------------*/

* {
	padding:0px;
	margin:0px;
	}
	
html {
	min-height:100%;
	margin-bottom:1px;
	}

body{
	background:#2C8257 url(Images/Background.jpg) repeat-x top fixed;
}

#page{
	font-family: Calibri, "Segoe UI", Trebuchet MS, Arial, sans-serif;
	color:#FFFFFF;
	text-align:center;
	}

h1 {
	display:block;
	font-size:300%;
	font-weight:bold;
	margin:50px 0 50px 0;
	}
	
h2{
	display:block;
	font-weight:bold;
	margin:50px 0 25px 0;
	}
	
h3 {
	display:block;
	font-weight:bold;
	margin:25px 0 0 0;
	}

#footer {
	display:block;
	font-size:80%;
	margin:50px 0 20px 0;
	}


/* Link Styles
-----------------------------------------------*/

#page a, #page a:link, #page a:visited {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	}

#page a:hover {
	border-bottom-style:solid;
	}