

html,
body {
	height					: 100%;
	padding					: 0;
	margin					: 0;
	background				: #FFFFFF;
	color					: #000000;
	font-family				: arial, verdana, sans-serif;
	font-size				: 100%
}



#content {
	min-height				: 100%; 
	position				: relative;
	width					: 800px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#contenthome {
	min-height				: 100%; 
	position				: relative;
	width					: 600px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
	margin					: 5px;
	margin-top				: 20px;
	margin-bottom			: 20px;
	padding-left			: 0px;	
	width					: 500px;
	color					: #000000;
	background				: #FFFFFF;
}

#headerhome {
	margin					: 5px;
	padding-top				: 150px;
	padding-left			: 0px;	
	width					: 500px;
	color					: #000000;
	background				: #FFFFFF;
}

/* IE Hack */

* html #header {
	margin					: -60px 5px 5px 5px;
	padding-left			: 5px;	
	width					: 475px;
	color					: #000000;
	background				: #FFFFFF;
	
}

#header p {
	margin-top				: -19px;
	margin-left				: 2px;
	font-size				: 90%;
	color					: silver;
	background				: #FFFFFF;
}

#header input {
	margin-top				: -17px; 
	text-align				: right;	
}

#search {
	width					: 210px;
	margin-top				: 2px;
	margin-left				: 160px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: #FFFFFF;	
}

/* IE Hack */

* html #search {
	width					: 210px;
	margin-top				: 27px;
	margin-left				: 160px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: #FFFFFF;	
}

#body {
	border-top				: 0px solid silver;
	padding					: 0;
	padding-bottom			: 40px;   /* Height of the footer */
	margin					: 0;
}

#body a {
	color					: #000000;
	background				: #FFFFFF;
	text-decoration			: underline;
}

#body a:hover {
	color					: #666666;
	background				: #FFFFFF;
	text-decoration			: underline;
}
#footer {
	position				: absolute; 
	bottom					: 0;
	width					: 100%;
	height					: 40px;
	text-align				: center;
	font-size				: 85%;
	color					: #000000;
	background				: #FFFFFF;
}

#footer a {
	color					: #000000;
	background				: #ffffff;
	text-decoration			: none;
}

#footer a:hover {
	color					: #000000;
	background				: #cccccc;
	text-decoration			: none;
}



#links {
	float					: left;
	width					: 175px;
	margin					: 5px;
}

#links a {
	display					: block; 
	padding					: 8px;
	text-align				: left; 
	color					: #000000;
	background				: #FFFFFF;
	text-decoration			: none;
	font-size				: 120%;
}
#links a:hover {
	color					: #000000;
	background				: #cccccc;
	text-decoration			: none;
	font-size				: 120%;
}
#links p {
	color					: silver;
	background				: #FFFFFF;
	font-size				: 85%;
}

#linkshome {
	float					: left;
	width					: 250px;
	margin-top				: 18px;
}
#linkshome a {
	display					: block; 
	padding					: 6px;
	text-align				: left; 
	color					: #000000;
	background				: #FFFFFF;
	text-decoration			: none;
	font-size				: 100%;
}
#linkshome a:hover {
	color					: #000000;
	background				: #cccccc;
	text-decoration			: none;
}

#linkshome p {
	color					: silver;
	background				: #FFFFFF;
}


#main {
	margin					: 5px 0px 5px 180px;
	padding-left			: 15px;
	padding-top				: 0px;
	border-left				: 1px dotted silver;
}

#main h2 {
	background				: #FFFFFF;
	font-size				: 125%;
	color					: #666666;

}

#facebook {
	text-align				: right;
	font-size				: 100%;

}

#facebook a {
	color					: #000000;
	padding					: 5px;
	font-weight	            : bold;
	text-align				: right;
	font-size				: 100%;
	text-decoration			: none;
	border				    : 1px solid;

}

#facebook a:hover {
	color					: #000000;
	background				: #cccccc;
	font-weight	            : bold;
	text-align				: right;
	font-size				: 100%;
	text-decoration			: none;	
	border				    : 1px solid;

}

#followus {
	text-align				: right;
	font-size				: 100%;

}

#followus a {
	color					: #000000;
	padding					: 0px;
	font-weight	            : bold;
	text-align				: right;
	font-size				: 100%;
	text-decoration			: none;
	border				    : none;

}

#followus a:hover {
	color					: #000000;
	font-weight	            : bold;
	text-align				: right;
	font-size				: 100%;
	text-decoration			: none;	
	border				    : none;

}








blockquote {
	border					: 1px solid #999999;
	padding					: 10px;
	font-style				: italic;
}

code {
	white-space				: pre;
}


