/*FoxRobin.com CSS : Snax Design 2009*/

html {
	background-color: #ffffff;
	background-image: url(../images/media_bg.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
	
a:focus {
    outline: none;
}

img {  
	border-style: none;
}

p {
	color: #333333;
	font-size: 14px;
}
	
h1 {
	font-size: 20px;
}

a:link {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
	
a:hover {
	color: #555555;
	font-style: normal;
	text-decoration: underline;
}
	
a:visited {
	color: #333333;
}

#wrap {
    margin: 0 auto;
    width: 1000px;
	min-height: 600px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border: #333333 solid 4px;
}

#header {
	padding-left: 25px;
}

#nav_flash {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 350px;
	height: 125px;
}

#contact {
	position: absolute;
	top: 60px;
	right: 225px;
}

#fox_gallery {
	width: 550px;
	height: 450px;
	float: right;
	z-index: -1;
}

#gallery_noflash {
	width: 290px;
	height: 175px;
	position: absolute;
	top: 288px;
	left: 582px;
	text-align: center;
	z-index: 1;
}

#content {
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	padding-top: 100px;
	padding-left: 25px;
	font-size: 10px;
}

#login {
	background-color: #ffffff;
	margin: 0 auto;
	width: 155px;
	height: 100px;
	padding: 25px;
	padding-top: 15px;
	border: #333333 solid 4px;
}

.login p {
	color: #000000;
	font-size: 12px;
}
