body {
	background: #B1B1B1 url(../img/background.gif) repeat-x fixed center top;
    font: normal 1.0em "Lucida Sans";
}

em {
    color: #F00;
}

h1, h2, h3, h4 {
    padding: 0.7em 0 0.3em;
    font-weight: normal;
    color: red;
}

h1 img, h2 img, h3 img, h4 img {
    vertical-align: middle;
    margin-right: 4px;
}

p, ul, ol {
    line-height: 1.3em;
    text-align: justify;
}

p {
    padding: 0.6em 0 0 0.2em;
}

p img {
    margin: 4px 0 4px 0;
}

a img {
	border: none;
}

/* Boxes */
.box {
	background: transparent url(../img/center-box-bottom.gif) no-repeat scroll center bottom;
	margin: 0 0 30px;
	width: 379px;
	color: red;
}

.box h2 {
	background: transparent url(../img/center-box-top.gif) no-repeat scroll center top;
	font-size: 1.2em;
	padding: 14px 0 0 25px;
}

.box p {
	padding: 0 23px 14px 21px;
}

.box.small {
	background: transparent url(../img/right-box-bottom.gif) no-repeat scroll center bottom;
	width: 197px;
}

.box.small h2 {
	background: transparent url(../img/right-box-top.gif) no-repeat scroll center top;
}

.box.left {
	background: transparent url(../img/left-box-bottom.gif) no-repeat scroll center bottom;
	width: 190px;
	color: white;
	margin-top: 30px;
}

.box.left h2 {
	background: transparent url(../img/left-box-top.gif) no-repeat scroll center top;
	color: white;
}

/* Header */
#header {
    height: 133px;
    position: relative;
    margin: 0 auto 0 auto;
    background: transparent url(../img/header.jpg) no-repeat top left;
}

#header .pacman {
	background: transparent url(../img/pac-man.gif) no-repeat scroll left top;
	height: 253px;
	left: 763px;
	position: absolute;
	top: 0;
	width: 223px;
}

#header a {
    text-decoration: none;
    border: none;
}

#header img.logo {
	height: 123px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 475px;
}

/* Menu */
ul#menu {
	margin: 20px auto 0;
	width: 1000px;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
	color: red;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 20px;
}

/* Container */
#container {
	background: #FFF;
	border: 1px solid black;
	margin: 0 auto;
	width: 1000px;
}

/* Content */
#content {
	margin: 28px auto;
	width: 880px;
}

/* Left and right columns */
#left {
    width: 380px;
    float: left;
	width: 640px;
}

#right {
    font-size: 0.9em;
    float: left;
    padding: 0 15px;
}

/* Footer */
#footer {
	background:transparent url(../img/footer.jpg) repeat-x scroll center center;
	clear: both;
	height: 72px;
	margin: 0 auto;
	width: 1000px;
}

#footer p {
	color: red;
	padding-top: 30px;
	text-align: center;
}

/* Ringtonio */
.slink:link, .slink:visited, .slink:active, .rpg, .rpgtr, .lpgtr {
	height: 50px;
}

.logotable, div#left > table {
	margin: 50px auto;
	width: 820px;
}

.logotable a {
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.logotable a:hover {
	text-decoration: underline;
}

.logotable > tbody > tr {
	background: transparent url(../img/left-box-bottom.gif) no-repeat scroll left top;
	width: 190px;
}

.logotable > tbody > tr > td.lcat {
	background: transparent url(../img/left-box-top.gif) no-repeat scroll left top;
	color: white;
	padding: 15px 0 16px 20px;
	height: 738px;
}

.logotable > tbody > tr > td > table {
    width: 450px;
 	position: relative;
	left: -20px;
	top: -32px;
	background: transparent url(../img/center-box-bottom.gif) no-repeat scroll left bottom;
	color: red;
	font-size: 0.8em;
}

.logotable > tbody > tr > td > table a {
	color: red;
}

.logotable > tbody > tr > td > table > tbody {
	background: transparent url(../img/center-box-top.gif) no-repeat scroll left top;
	padding: 18px 0 10px 21px;
}

.logocap, .snormal {
	font-size:1.2em;
	padding:0 0 0 9px;
}

.logotable > tbody > tr > td > table > tbody {
}

.logotable > tbody > tr > td > table > tbody > tr > td {
	padding: 10px 21px 10px 12px;
}

.logotable > tbody > tr.lpgtr > td {
	padding: 10px;
}

div#right table.logobody {
	width: 190px;
	margin: 0 0 25px;
}


.ringtext:link, .ringtext:visited, .ringtext:active {
	font-size: 1.3em;
}
