﻿/*
	CSS for alillm.com
*/

body {
    font-family: "Trebuchet MS", Helvetica, Ariel, sans-serif;
    font-size: 10pt;
    background: #e2edff url(images/sitebg3.png);
	text-align: center;
}

div#container {
	position: relative;
	top: 80px;
	margin: 0 auto;
	width: 368px;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", Helvetica, Ariel, sans-serif;
    color: #4D4D33;
}

h2 {
    font-size: 140%;
}

p {
    color: #4D3C5B;
}

a {
    color: #999966;
}

a.visited, a:Hover {
    color: #4D4D33;
}

img {
	border: none;
}

/*
	Site Logo / Home link
*/

h1 {
	background: url(images/logo1.png) no-repeat;
	padding: 0;
	margin: 0;
	width: 368px;
	height: 105px;
}

h1 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 368px;
	height: 105px;
}

h1 a span {
	position: absolute;
	left: -9999px;
}

/*
	Navigation Strip
*/

ul#menu {
	background-color: #B8FF11;
	padding: 0px 34px;
	margin: 0;
	width: 300px;
	height: 26px;
}

ul#menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 26px;
	float: left;
}

ul#menu li a {
	width: 100px;
	height: 26px;
	float: left;
	text-indent: -9999em;
}

li#menu1 a {
	background: url(images/gamesbtn.png) no-repeat;
}

li#menu2 {
	background: url(images/friendsbtn.png) no-repeat;
}

li#menu3 {
	background: url(images/infobtn.png) no-repeat;
}

li#menu1_selected {
	background: url(images/gamesbtn2.png) no-repeat;
}

li#menu2_selected {
	background: url(images/friendsbtn2.png) no-repeat;
}

li#menu3_selected {
	background: url(images/infobtn2.png) no-repeat;
}

/*
	Main Content
*/

div#main {
	width: 368px;
	margin: 0;
	padding: 20px 0px 10px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

div#content.latest {
	background: url(images/latest.png) top left no-repeat;
	padding-top: 15px;
}

div#content img, div#content a {
	padding: 0;
	margin: 0;
}

/*
	Game
*/

div#game {
	clear: left;
	margin-top: 110px;
}

/*
	Footer
*/

div#footer {
	clear: left;
	background: url(images/bottombar.png) no-repeat;
	width: 368px;
	height: 100px;
}
div#space {
      
}


