/*global*/
body { margin: 0; padding: 0; background: url(images/body_bg.jpg) repeat-x; background-color: #091523; font-family: Arial;}
.Header { height: 162px; width:100%; background: url(images/header.jpg) no-repeat center; text-align: center;}
.ContentWrap { min-height:600px;margin-top:auto; width: 100%; width: 940px; background:url(images/ContentWrapp_bg.png) no-repeat top right;}
.ContentWrap .LeftColumn{ width: 600px; float: left; text-align: left;color: white; padding: 20px 0 0 0;}
.ContentWrap .LeftColumn h1{ font-size: 35px; font-weight: normal; }
.ContentWrap .LeftColumn p{ font-size: 15px; color: #DDE8EE; line-height: 22Px; }
.ContentWrap .LeftColumn p a{ color: #9999CC; }
.ContentWrap .LeftColumn p a:hover{ color:#FFF; }

.ContentWrap .RightColumn{ width: 340px; float: right; padding: 100px 0 0 0;}
.ContentWrap .RightColumn ul{ list-style: none; margin: 0; padding:0 0 30px 0;}
.ContentWrap .RightColumn li { color: #DADAE0; text-align: left; padding-left: 40px; font-size: 20px; font-weight: normal; text-transform:uppercase;  line-height: 40px;



background: url(images/menu_line.png) no-repeat bottom center;}
.ContentWrap .LeftColumn ul.slides {  list-style: none;}
.ContentWrap .LeftColumn ul.slides li{ display: block; float: left; }
.ContentWrap .LeftColumn ul.slides li a{ color: #DADAE0; font-size: 25px; text-decoration: none;}
.ContentWrap .LeftColumn ul.slides li a:hover{ color:white;text-decoration:underline;}
.ContentWrap .LeftColumn ul.slides li img{ padding: 5px; background-color: #9EA9C7; border: 1px  #99CCCC solid; margin-bottom: 5px;}

.ContentWrap .RightColumn li a { color: #DAE8EB; text-decoration: none;}
.ContentWrap .RightColumn li a:hover { color: white;}


.clear { clear: both; }
.Footer { height:110px; background-color:#0d1e35;color:white; padding:0;}
.Footer p { padding: 30px 0 0 0;}

.Footer a{color:  #9999CC;}

