@import url(components.css);

@import url(modules.css);

@import url(navigation.css);

@import url(misc.css);

@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */

@charset "utf-8";
/* CSS Document */

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
}
a {color:#000; text-decoration:none;}
a:hover {color:#333;}
h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}
h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

p
{}


html
{
	font-family:Arial, Helvetica, sans-serif;	background-image:url(../images/pattern.png);	background-repeat:repeat;	margin:0;}


body { font-family:Arial, Helvetica, sans-serif; font-size:11px;	background-image:url(../images/pattern.png);	background-repeat:repeat;	margin:0;}

#container {	width:790px;	margin:auto; margin-top:60px;padding-bottom:150px;}



/* Footer */
#navigation {width:790px; margin:auto; margin-top:20px; text-align:center; margin-bottom:20px; }
#navigation a {font-weight:400; font-stretch:narrower;font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; color:#000; text-decoration:none; padding:0 10px 0 10px;}
#navigation a:hover{color:#580000;}


/* Footer */
#footer {	bottom:0px;	clear:both; color:#FFF;	background-image:url(../images/footer.png);	background-repeat:repeat;	width:100%;	height:81px; position:fixed; text-shadow: #000 1px 1px 1px;}
#footer_container {	width:790px;	height:65px;	margin:auto;}
#footer_left {	float:left;	width:200px;	margin-top:25px;}
#footer_right {	float:right;	width:400px;	text-align:right;	margin-top:25px;}

#footer a {color:#FFF; text-decoration:none;}
#footer a:hover {color:#000;}


	
