#Header
{
    height : 250px;
    background : url('templates/elvis/css/../Images/Logo.jpg') center no-repeat;
}

#Header *
{
    display : none;
}
#Main
{
    min-height : 500px;
    _height : 500px;
}
#Footer
{
    clear : both;
    padding-top : 50px;
    font-size : 10px;
    text-align : center;
    color : #ddd;
}

#Footer a
{
    color : #aaa;
}

#Footer img
{
    margin : 5px;
}
#pluto
{
	display:none;
}









*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : #273552 url('templates/elvis/Images/Texture.png');
	_background : #273552;
}

#Container-1
{
	background : url('templates/elvis/Images/Container-Background.png') center repeat-y;
    _background : url('templates/elvis/Images/Container-Background.gif') center repeat-y;
}

#Container-2
{
    width : 740px;
	padding : 10px;
	margin : auto;
	text-align : left;
	position : relative;
}

.Module
{
	min-height : 25px;
	_height : 25px;
}

.Controls
{
    position : relative;
}

.Controls .One
{
    position : absolute;
    top : 0px;
    left : 0px;
}

.Controls .Two
{
    position : absolute;
    top : 0px;
    left : 25px;
}

.Controls .Three
{
    position : absolute;
    top : 0px;
    left : 50px;
}

.Controls .Four
{
    position : absolute;
    top : 0px;
    left : 75px;
}

.Controls .Five
{
    position : absolute;
    top : 0px;
    left : 100px;
}

.Controls .Six
{
    position : absolute;
    top : 0px;
    left : 125px;
}
body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 11px;
	color : #333;
	text-align : left;
}

a
{
	text-decoration : none;
	color : #d74e4b;
}
a:hover
{
	text-decoration : underline;
}

.RadEContentBordered a
{
	text-decoration : none !important;
	color : #d74e4b !important;
}
.RadEContentBordered a:hover
{
	text-decoration : underline !important;
}

p
{
	margin-top : 1em;
}

ul, ol, dl
{
	margin-bottom : 1em;
	margin-top : .5em;
	margin-left : 30px;
}

li
{
    line-height : 1.4em;
    margin-top : .5em;
}

dt
{
    font-weight : bold;
    line-height : 1.4em;
    margin-top : .5em;
}

dd
{
    line-height : 1.4em;
}

h2
{
	font-size : 2em;
	margin-top : 2em;
	margin-bottom : 1em;
	color : #273552;
}

h3
{
	font-size : 1.5em;
	margin-top : 1.33em;
	margin-bottom : .5em;
	color : #444;
}

h4
{
	font-size : 1em;
	margin-top : .9em;
	margin-bottom : .4em;
}

h2:first-child, h3:first-child, h4:first-child
{
    margin-top : .5em;
}



