* {
margin : 0;
padding : 0;
font-family : Arial, sans-serif;
font-size : 12px;
}

img {
border : 0;
}


body {
background : #efefef;
}

/* BLOCS */

header, nav, footer, figure, section {
  display: block;
}


#wrapper {
width : 900px;
-moz-box-shadow: 1px 1px 13px #999;  
-webkit-box-shadow: 1px 1px 13px #999;  
box-shadow: 1px 1px 13px #999; 
margin : 50px auto;
background : #ffffff;
}

header {
background : #ffffff url(/2010/design/dm-college-banner.jpg) center center no-repeat;
height : 113px;
border-bottom : 5px solid #e3001b;
}

header p {
color : black;
padding : 30px 0 0 0px;
font-size : 22px;
font-family : Helvetica, Verdana, Arial, sans;
font-weight : lighter;
text-align : center;
}

nav#language_selection {
position: absolute;
right : 0;
top : 0;
margin : 10px;
}

nav#language_selection a {
color : #333;
padding : 10px;
text-decoration : none;
font-size : 11px;
text-transform : uppercase;
}

nav#language_selection a.selected {
font-weight : bold;
}

nav#language_selection a:hover, nav#language_selection a:focus {
  background-color: rgba(0,0,0,0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

nav#navigation {
margin : 25px auto 25px auto;
text-align : center;
}

nav#navigation a {
color : black;
padding : 7px;
margin : 5px;
text-decoration : none;
font-size : 14px;
text-transform : uppercase;
}

nav#navigation a.splash {
color : black;
padding : 7px;
margin : 5px;
text-decoration : none;
font-size : 18px;
text-transform : uppercase;
font-weight : bold;
}

nav#navigation a.selected {
font-weight : bold;
  background-color: rgba(227,0,27,255);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color : white;
}

nav#navigation a:hover, nav#navigation a:focus {
  background-color: rgba(0,0,0,0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

section.main_content {
width : 800px;
margin : 5px auto 25px auto;
}

section.main_content h1 {
margin : 5px 0px 10px 0px;
color: rgb(227,0,27);
font-size : 18px;
border-left : solid 5px black;
padding-left : 5px;
}

section.main_content h2 {
margin : 15px 0px 10px 0px;
color: rgb(227,0,27);
font-size : 14px;
font-weight:bold;
}


section.main_content p {
margin : 10px 0px 10px 0px;
}

section.main_content p label {
width : 150px;
display : block;
float : left;
}

section.main_content table td {
vertical-align : top;
border-top : 1px solid #eeeeee;
padding : 3px;
}


section.main_content col.first_col {
width : 80px;
background-color : #eeeeee;
}

section.main_content col.second_col {
width : 600px;
}


footer {
width : 900px;
padding : 25px 0px 0px 0px;
padding-bottom : 25px;
border-top : 5px solid #e3001b;
}

footer span#footer_link {
margin-left : 350px;
}

footer span#footer_link a {
margin : 0px 5px 0px 5px;
}


p#privacy {
text-align : center;
}
