﻿html, body { 
margin : 0;
padding : 0;
} 
body { 
text-align : center;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 12pt;
font-family : arial, sans-serif;
background-image : url(../images/background.png);
background-position : top right;
} 
p { 
margin : 0 10px 10px;
} 
a { 
color : #981793;
padding : 0;
} 
img {
border-style:none;
}
}
#header h1 { 
text-align : center;
height : 80px;
margin : 0;
padding-left : 10px;
background : #ff66cc;
color : #79b30b;
} 
#container { 
border-style : solid;
color : #ffffff;
text-align : left;
width : 650px;
margin : 0 auto;
background : #ff66cc;
height : 100%;
} 
#crest { 
position : absolute;
float : left;
top : 10px;
left : 10px;
} 
#pagetitle { 
text-align : center;
font-size : 14pt;
font-family : arial, sans-serif;
height : 50px;
} 
#footer { 
background : transparent;
color : #eee;
width : 100%;
bottom : 0;
height : 135px;
clear : both;
text-align : center;
} 
p { 
margin : 0;
padding : 5px 10px;
} 
#content { 
float : right;
width : 530px;
text-align : center;
} 
#navigation { 
float : left;
width : 80px;
background : transparent;
} 
#extra { 
clear : both;
width : 100%;
}
#spacer{
width: 100%;
background: transparent;
height: 20px;
}
#spacer2{
width: 100%;
background: transparent;
height: 20px;
}