/*This rule forces the scrollbar to always appear on Firefox to avoid shift*/
html { min-height: 100%; margin-bottom: 1px; }
body {
	background-color: #000000;
	padding-top: 20px;
	font-family:Papyrus, Lucida Sans Unicode, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
}
.main {
	position:relative;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: -10px top;
	border: 2px solid #FFFFFF;
	text-align: center;
}
a {
    text-decoration: none;
    color: #FFF;
    outline: none;
}
#logo {
margin-left:-480px;
margin-top:-5px;
text-indent: -9999em;
	width: 338px;
	height: 200px;
	background-image: url(../images/logo.png);
}

/* This code hides this style from Internet Explorer */
html>/**/body #logo {
margin-left:2px;
margin-top:-5px;
text-indent: -9999em;
	width: 338px;
	height: 200px;
	background-image: url(../images/logo.png);
}

/* NAVIGATION MENU : */

#navigation {
	width: 825px;
	text-align: center;
	margin-top:10px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;

}
/* This code hides this style from Internet Explorer */
html>/**/body #navigation {

    margin-top:-5px;


}

#navigation ul{

margin-left: -5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 0px;

}
#navigation li {
	display: inline;
	
}
#navigation a {
	display: inline;
		font-weight: bold;
	font-size: 15px;



	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#navigation2 {
	float: left;
	width: 240px;
	margin-top: -40px;
		font-family: Papyrus, Arial, Sans-serif;
	padding-left: 15px;
	
}
/* This code hides this style from Internet Explorer */
html>/**/body #navigation2{
	margin-top: -40px;
	
}
.main #navigation2 li {
	list-style-type: none;
	padding-bottom: 5px;
	font-size: 17px;

	}
	
	/* This code hides this style from Internet Explorer */
html>/**/body .main #navigation2 li {

	font-size: 18px;
}

#content {
	float: right;
	width: 490px;
	margin-top: -220px;
	margin-right:30px;
	text-align: left;
	position:relative;
}
/* This code hides this style from Internet Explorer */
html>/**/body #content {

	margin-top: -220px;

}

#content2 {
	float: right;
	width: 750px;
	margin-top: -30px;
	margin-right:35px;
	text-align: left;
	position:relative;
}
/* This code hides this style from Internet Explorer */
html>/**/body #content2 {

	margin-top: -50px;

}

.test1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#copyright {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}blockquote {
	margin-left: 10px;
}
#web-design{

	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;

}
#web-design a{

text-decoration:underline;

}