body{
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

a.white{
	color: white;
	text-decoration: none;
}

h1{
    font: 14px arial;
	color: #914873;
	letter-spacing: 2px;
}

h1.left{
    font: 14px arial;
	color: #fff;
	margin-left: 10px;
	letter-spacing: 2px;
}

#wrap h2{
	display:inline;
    font: 14px arial;
	color: #914873;
	letter-spacing: 2px;
}

#wrapTall h2{
	display:inline;
    font: 14px arial;
	color: #914873;
	letter-spacing: 2px;
}

p.colour{
	color: #914873;
}

div#wrap{
	margin: 10px auto;
	background-color:#FFFFFF;
	width: 900px;
	min-height: 416px;
}

div#wrapTall{
	margin: 10px auto;
	background-color:#FFFFFF;
	width: 900px;
	min-height: 625px;
}

div#menu{
	width: 900px;
	margin: 10px auto 0 auto;
}

div#logo{
	width: 900px;
	margin: 10px auto 0 auto;
}

div#logo img{
	float: right;
}

div#image{
	float:left;
	width: 510px;
	padding: 8px;
}

div#imageSmall{
	float:left;
	width: 310px;
	padding: 8px;
}

div#imageBlank{
	width: 300px;
    background-color: #5E5C4D;
	height: 198px;
	margin-top: 390px;
	color: white;
}

div#imageBlank p{
	margin: 5px 10px;
}

div#text{
	float: right;
	width: 350px;
	padding:  0 20px;
}

div#textLarge{
	float: right;
	width: 545px;
	padding:  5px 10px;
}

div.msg_body ul {
	margin-left: -10px;
}

div.msg_body li {
	margin-left: -15px;
}

.msg_head{
	padding-top: 10px;
}

.clear{
	clear: both;
}

div#footer{
	margin: 0 auto;
	width: 900px;
	color: #CCCCCC;
}

div#footer h2{
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* homepage slideshow */
.slideshow img { display: none }
.slideshow img.first { display: block }
/* menu */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
	width: 898px;
    background-color: #5E5C4D;
    padding:  1px 1px; 
	margin: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background-color: #666666;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
			color: #914873
        }
            .lavaLamp li.back .left {
                background-color: #666666;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            font: 14px arial;
            color: #fff; 
			outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; 
			letter-spacing: 1px;
            float: left; 
			display: block;
            margin: auto 9px;
        }

.msg_head{
	cursor:pointer;
}

div#links{
	padding: 25px;
}
