body {
margin : 0;
padding : 0;
font : normal 62.5% Verdana, "Trebuchet MS", Arial, sans-serif;
text-align : left;
line-height : 2em;
background : #23376A;
color : #666;
}
html {
font-size : 100%;
}
			/*container*/
#container {
width: 930px;
\width: 950px;
w\idth: 930px;
border: 1px solid #eee;
margin: 30px;
margin-left: auto;
margin-right: auto;
padding: 10px;
background: #fff;
}
			/*header*/
#banner {
padding: 0;
margin-bottom: 0;height: 150px;background: #000000 url(http://www.nadia-bjorlin.com/img_files/09/side_header_4.jpg) no-repeat;
}
			/*topnavr*/
.menu{
font: bold 12px Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
width: 100%; 
}
.menu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border: 1px solid #23376A; 
border-width: 1px 0;
background: #fff url(images/menuOFF.gif) center center repeat-x;
}
.menu ul li{
display: inline;
}
.menu ul li a{
float: left;
color: #fff;
padding: 10px 11px;
text-decoration: none;
border-right: 1px solid #23376A;
}
.menu ul li a:visited{
color: #fff;
}
.menu ul li a:hover, .menu ul li .current{
color: #fff !important;
padding-top: 11px; 
padding-bottom: 9px;
background: #000 url(images/menuON.gif) center center repeat-x;
}
			/*main content*/
#content {
padding: 0;
margin-left: 260px;
background: #fff;
}
			/*left sidebart*/
#sidebar {
float: left;
margin: 0;
width:230px;
background: #F9FCFF;
font-size: 0.9em;
}
#sidebar ul li{
list-style-type: square;
color: #23376A;
}
			/*footer*/
#footer {
clear: both;
padding: 5px;
margin-top:10px;
font-size: x-small;
background: #57A1D2;
color: #fff;
}
			/*links*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #23376A;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #2877D3;
}
a:active {
text-decoration : none;
background : inherit;
color : #A7D791;
}
			/*typography*/
p {
padding: 0.5em 1em;
}
h1 {margin-left:30px;
padding:40px 0 0 30px;
font-size:small;
color: #fff;
background: url() center left no-repeat;
}
h2 {
margin:20px 0 0 20px;
font-size: small;
color: #57A1D2;
}
h3 {
font-size: small;
color: #57A1D2;
}
blockquote p {
padding: 0px 15px 0px 15px;
font-size: 110%;    
}
blockquote {
margin-top: 20px;
border: 1px dotted #ACD2E9;
padding:  1em;
background: #fff url(images/quote.gif) center repeat-y;
color: #57A1D2;
}
					/*search box properties*/
fieldset {
margin-left: auto;
margin-right: auto; 
margin-bottom: 20px;
width: 150px;
}					
legend {
font-weight: bold;
color : #23376A;
}
input {
margin: 0 10px 0 0;
background : #BBD7ED;
color: #666;
}