
@media only screen and (max-device-width: 480px) {

<!-- put stuff here -->

}

a:link {color: White; text-decoration:none; font-weight: bold;}     /* an unvisited link */
a:visited {color: Fuchsia; text-decoration:none;}  /* a visited link */
a:hover {color: Fuchsia;  text-decoration:none;}   /* a link with the mouse hovering over it */
a:active {color: White; text-decoration:none;}   /* the selected link */

body {
width:480 px;
background-color: black;
text-align:left;
margin:0px;
padding:0px;
border:0px;
}

h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
} 

p {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
margin-top: -15px;
}

img {
border:0px;
}

#container {
width:325px;
}

#wrapper {
width:100%;
height: auto;
z-index: 50;
background-color: black;
padding-left: 10px;
z-index: 10;
}

#homeLink {
position:absolute;
left:240px;
top:370px;
z-index: 50;
}

.homeLink {
	display: block;
	width: 70px;
	height: 70px;
	background: url('../pics/mouse70.gif') left;
	text-indent: -99999px;
}


#title{
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-left:10px;
}

#title img {
width: 290px;
}

#bigbox{
position: relative;
width: 300px;
height:300px;
background-color: DarkOrchid;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 2px;
margin-bottom: 20px;
margin-left:5px;
z-index: 5;
}


#menublocks {
position: absolute;
left: 2px;
top: 2px;
width:50px;
height:100px;
margin-top: 2px;
z-index: 50;
}
#menublocks ul
{margin:0px; padding:0px;}


#menublocks ul li img
{height:47px; float:left; list-style:none; margin-left: 2px; padding-bottom: 4px;}

#highlight{
position: absolute:
top:10px;
width: 230px;
margin-bottom: 10px;
margin-top: 2px;
margin-left: 60px;
z-index: 100;
}

#highlight img {
width: 230px;
}

#row{
width: 320px;
height:100px;
margin-bottom: 2px;
margin-top: 2px;
}

#row ul
{margin:0px; padding:0px;}


#row ul li
{height:100px; float:left; list-style:none; margin-left:2px;
}



#footer {
width:300px;
height:30px;
position:relative;
margin-top: 20px;
font-weight: normal; 
font-family: Verdana, Geneva, sans-serif;
font-size: 13px; 
color: white;
text-align:left;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}

img.fade
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.fade:hover
{
opacity:.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}



.large{
-moz-box-shadow: 0 0 10px 5px gold;
-webkit-box-shadow: 0 0 10px 5px gold;
box-shadow: 0 0 10px 5px gold;
}

.large2{
-moz-box-shadow: 0 0 10px 5px Fuchsia;
-webkit-box-shadow: 0 0 10px 5px Fuchsia;
box-shadow: 0 0 10px 5px Fuchsia;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}


img.shadow
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.shadow:hover
{
opacity:.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.menu
{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black; }

img.menu
{
opacity:.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}
img.menu:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

