
body {
		background-color:black
}

table {
		border:0px none;
		border-collapse: collapse;
}

img {
		border:0px none; 
}
	
table#main {
				width:732
}
			
td#menu {
				background-image: url('design/bgr_menu.gif');
				background-position:  right top;
				background-repeat: no-repeat;
				width:732;
				height:39;
                                text-align:center;
                                font-size:22px;
                                color:black;
                                font-weight:bold;
}
td#menu a{
                                font-size:22px;
                                color:black;
                                font-weight:bold;
                                text-decoration:none;
                                
}
td#menu a:hover{
                                text-decoration:underline;
                                
}
td#under_menu {
				background-image: url('design/bgr_under_menu.gif');
				background-position:  right top;
				background-repeat: no-repeat;
				width:732;
				height:41;
}
td.left {
		background-image: url('design/bgr_left_line.gif');
		background-position:  right top;
		background-repeat:	repeat-y;
                vertical-align: top;
		width:58;
                height:100%

}
td.right {
		background-image: url('design/bgr_right_line.gif');
		background-position:  left top;
		background-repeat:	repeat-y;
                vertical-align: top;
		width:51;

}
td#under_intro{
				background-image: url('design/bgr_under_intro.gif');
				background-position:  right top;
				background-repeat: no-repeat;
				width:732;
				height:35;

}
td#copyright {
		background-image: url('design/bgr_copyright.gif');
		background-position:  left top;
		background-repeat:	no-repeat;
		width:623;
		height:26;
                text-align: center;
}
td#intro {
		width:625;
		background-color:red;
}
td#intro p {
		margin: 0 70 0 70;
}
td#intro li {
		margin: 0 70 0 70;
}
td#intro a {
		color: yellow;
                font-weight:bold;
}
h1 {
                font-size:26px;
                color:black;
                font-weight:bold;
                text-decoration:none;
                text-align:center;
                margin: 0;
}
h2
{
                font-size:16px;
                color:black;
                font-weight:bold;
                text-decoration:none;
                text-align:center;
                margin: 0;
}

td#copyright a{
                                font-size:15px;
                                color:black;
                                font-weight:bold;
                                text-decoration:none;
                                
}
td#copyright a:hover{
                                text-decoration:underline;
                                
}
