/* CSS Document */

body {
	background-color : #699597;
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #fffdcb;
	margin : 8px;
	padding : 0px;
}

table.main {
	background-color : #305C5e;
	width : 743px;
	border-style : solid;
	border-width : 2px;
	border-color : #000000;
}

table {
	padding : 0px;
}

td.menu {
	background-image : url(../images/music.jpg);
	background-repeat : no-repeat;
	background-position : bottom left;
}

td.titlecontent {
	background-image : url(../images/RightCorner.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
}

td.divider {
	background-image : url(../images/dot.gif);
}

td.menu_item {
	height : 40px;
	vertical-align : center;
}

td.content {
	width : 100%;
}

p {
	font-size : 14px;
}

p.small {
	font-size : 10px;
}

a {
	color : #ffffff;
}

h1 {
	font-size : 150%;
}

h2 {
	font-size : 110%;
}

td {
	vertical-align : top;
}

li {
	font-size : 14px;
}
