*
{
    margin: 0;
    padding: 0;
}

img
{
    border-width: 0 0 0 0;
}

a:link {
	color: #c23d84;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #c23d84;
}

a:hover {
	color: #c23d84;
	text-decoration: none;
	background: #001736;
}

body
{   
  background: #11153f url(img/bg3.gif) top center repeat-x;
  font-family: Georgia,serif;
  font-size: 11px;
  color: #fff;
}

#Wrapper
{
    width: 100%;
    background: Transparent url(img/logo3w.jpg) top center no-repeat;
    min-height: 324px;
}

#Content
{
    padding: 180px 10px 0 10px;
    margin: 0 auto 0 auto;
    width: 680px;
    line-height: 21px;   
}


h2
{
    color: #bac4d5;
    font-size: 25px;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin-top: 30px;
}


/* IMAGE GALLERY */
.image {
	width:70px;
	height:70px;
	border:1px solid #7b8ca9;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
}
.image div {
	width:68px;
	height:68px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}
.image img { border:none; }

#Footer
{
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 5px;
    margin-bottom: 50px;
    font-size: 10px;
    color: #1e283d;
    border-top: solid 1px #1e283d;
    text-transform: uppercase;
}

.Special
{
    border-top: solid 1px #1e283d;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

h3
{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #7b8ca9;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: -5px;
}

.fl
{
    float: left; 
    width: 220px;
    font-weight: bold;
    font-size: 13px;
}


td {
    vertical-align: top;

}

.ulMovie {
    list-style-type: none;
}


.ulMovie li {
    display: inline;
    margin-right: 10px;
}
