html
{
overflow-x: hidden;
}

body
{
margin:0;
background-color:#ffe7f8;
font-family:"Trebuchet MS";
font-size:12px;
background-image: url(Background.jpg);
background-repeat: repeat-x;
color:#fff;
}

A:Link		{	Color: #000000;	Text-Decoration: None; Font-Weight: Normal;	}
A:Visited	{	Color: #000000;	Text-Decoration: None; Font-Weight: Normal;	}
A:Hover		{	Color: #DE1192;	Text-Decoration: Underline; Font-Weight: Normal;	}
A:Active	{	Color: #DE1192;	Text-Decoration: Underline; Font-Weight: Normal;	}

A.InText:Link	{	Color: #DE1192;	Text-Decoration: Underline; Font-Weight: Normal;	}
A.InText:Visited{	Color: #DE1192;	Text-Decoration: Underline; Font-Weight: Normal;	}
A.InText:Hover	{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}
A.InText:Active	{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}

#TextAd
{
Position: Absolute;
Width: 275Px;
Border: 2Px Solid Black;
Padding: 5Px;
Background-Color: #F0F0F0;
Visibility: Hidden;
Z-Index: 100;
Color: Black;
Font-Family: Tahoma;
Font-Size: 12Px;
}

#Container
{
margin:0 auto;
width:884px;
}

#MainHeader
{
width: 884px;
height: 280px;
background-image: url(MainHeader.jpg);
}

#TopMenu
{
padding: 74px 0px 0px 200px;
}

#TopMenu a
{
color:#FFFFFF;
font-size:18px;
font-weight:bold;
text-decoration:none;
}

#TopMenu a:hover
{
text-decoration: underline;
}

#MainContent
{
width:883px;
padding:0px 0px 0px 1px;
}

#Left
{
float:left;
width:209px;
}

#Right
{
width:672px;
float:left;
}

#MainFooter
{
width:884px;
clear:both;
height:45px;
background-image: url(MainFooter.jpg);
margin-top:2px;
text-align:center;
font-size:16px;
font-weight:bold;
padding-top:20px;
}

.MenuTop
{	
width:200px;
height:35px;
background-image: url(MenuTop.jpg);
margin-top:2px;
color:#670042;
font-size:18px;
font-weight:bold;
padding:11px 0px 0px 9px;
}

.MenuContent
{
width:193px;
background-image: url(MenuContent.jpg);
color:#370023;
padding:0px 8px 0px 8px;
}

.MenuFooter
{
width:209px;
overflow:hidden;
height:16px;
background-image: url(MenuFooter.jpg);
}

.ContentTop
{
width:663px;
height:35px;
background-image: url(ContentTop.jpg);
color:#670042;
font-size:18px;
font-weight:bold;
padding:11px 0px 0px 9px;
}

.ContentContent
{
width:656px;
background-image: url(ContentContent.jpg);
color:#370023;
padding:0px 8px 0px 8px;
}

.ContentFooter
{
width:672px;
height:16px;
background-image: url(ContentFooter.jpg);
overflow:hidden;
}
