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

body

{
	background-color: #E4E4E4;	
}


#topLine
{
	background-color:#3C2504;
	display:block;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	font-size: 13px;
	text-align: left;
	margin-bottom: 10px;
	text-indent: 120px;
}


#topLine ul
{
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#topLine li
{
	display: inline;
}	

#topLine a
{
	color: #E4E4E4;	
	padding-left: 10px;
}

#topLine a:hover
{
	color: #FFFFFF;	
}

#btmLine
{
	background-color:#3C2504;
	display:block;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	font-size: 13px;
	text-align: left;
	margin-top:80px;
	text-indent: 120px;
}


#btmLine ul
{
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#btmLine li
{
	display: inline;
}	

#btmLine a
{
	color: #E4E4E4;	
	padding-left: 10px;
}

#btmLine a:hover
{
	color: #FFFFFF;	
}

#footer
{
	background-color:#3C2504;
	display:block;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	font-size: 13px;
	text-left: center;
	margin-top: 250px;
	text-indent: 420px;
}

#bottomBoard
{
	margin-top: -410px;
	margin-left:150px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
}

#bottomBoardRevised
{
	margin-top: -410px;
	margin-left:255px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
}

#breaker
{
	clear:both;
	height:20px;
	background-color:#E4E4E4;
}

.thanks
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-left: 150px;
	margin-top: -10px;
}

.thanks a
{
	color:#000000;
	font-weight:bold;
}

.thanks a:visited
{
	color:#000000;
	font-weight:bold;
}

.thanks2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-left: 255px;
	margin-top: -10px;
}

.thanks2 a
{
	color:#000000;
	font-weight:bold;
}

.thanks2 a:visited
{
	color:#000000;
	font-weight:bold;
}

@media screen and (min-width : 1500px) { /* FOR VERY LARGE SCREENS */

#bottomBoardRevised
{
	margin-top: -410px;
	margin-left:350px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
}

.thanks2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-left: 350px;
	margin-top: -10px;
}



@media screen and (min-width : 1800px) { /* FOR VERY LARGE SCREENS */

#bottomBoardRevised
{
	margin-top: -410px;
	margin-left:400px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
}

.thanks2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-left: 400px;
	margin-top: -10px;
}

@media screen and (min-width : 2000px) { /* FOR VERY LARGE SCREENS */

#bottomBoardRevised
{
	margin-top: -410px;
	margin-left:570px;
	width: 570px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
}

.thanks2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-left: 570px;
	margin-top: -10px;
}

}

@media screen and (max-width:800px)
{
	bigBoard img
	{
		max-width: 100%;
		height:auto;	
	}
}
@media screen and (max-width:450px)
{
#bottomBoardRevised p
{
	font-size: 1vw;	
}


}