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

body {background-color: #363636;}

#nav a:link {color: #592122; text-decoration:none;}
#nav a:active {text-decoration:none; color: #592122;} 
#nav a:visited {text-decoration:none; color: #592122;}
#nav a:hover {text-decoration:underline; color: #311818; transition: 1s;}

#content a:link {color: #4E4E4E; text-decoration:none;}
#content a:active {text-decoration:none; color: #4E4E4E;} 
#content a:visited {text-decoration:none; color: #4E4E4E;}
#content a:hover {text-decoration:underline; color: #000000; transition: 1s;}

#footer a:link {color: #FFFFFF; text-decoration:none;}
#footer a:active {text-decoration:none; color: #FFFFFF;} 
#footer a:visited {text-decoration:none; color: #FFFFFF;}
#footer a:hover {text-decoration:underline; color: #E6E6E6; transition: 1s;}

	
#page-wrapper {
    height: auto;
    width: 400;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}
#logo {
    text-align: center;
    padding-right: 50px;
    height: 238px;
    width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
	text-align: center;
	margin: 20px auto;
    text-decoration: none;
    height: 20px;
    width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
	
#content {
    font-family: Verdana;
    font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 700px;
	height: auto; 
	background-image: url("backgrcon.png");
	background-size: cover;
	background-attachment: inherit;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.85);
}

#footer {
    font-family: Verdana;
    font-size: 12px;
    color:white;
    font-style: normal;
	text-align: right;
	margin: 20px auto;
    text-decoration: none;
    height: 20px;
    width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}