@font-face {
font-family: miss claude; 
font-style: normal; 
src: url(Miss_clo.ttf);
}
* { 
padding : 0;
margin : 0;
} 
body { 
font-size : 17px;
color: #fff;
} 
.clear { 
clear : both;
} 
a { 
color : #9bacd3;
color : #8392b3;
} 
#wrapper { 
width : 760px;
height: 637px;
margin : 0 auto;
color:#fff;
} 
#header { 
color : #fff;
width : 760px;
height : 159px;
margin : 0 auto;
background: url(images/bg.jpg) top left repeat;
} 
.logo { 
border: none;} 

.headertext { 
margin-left : 380px;
width : 370px;
height : 130px;
position : relative;
top : 10px;
color : #2a3643;
} 
#navigation { 
width : 760px;
color : #fff;
margin : 0 auto;
height : 25px;
} 
#navbar { 
margin : 0 auto;
padding : 2px 0 0 0;
} 
#navbar ul { 
margin : 0;
padding : 5px 0 5px 0;
list-style : none;
text-align : center;
} 
#navbar li { 
display : inline;
border-left : 1px solid;
padding-bottom : 0;
padding-right : 2px;
} 
#navbar .first { 
border-left : none;
} 
#navbar a { 
padding : 2px 15px;
text-transform : uppercase;
text-decoration : none;
font-size : 13px;
color : #f1f1f1;
} 
#navbar a:hover { 
color : #99ff32;
} 

/* Container for the article box, and the pic box */
.articleboxouter {
    width: 760px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: 450px;
    line-height: 20px;
    text-align: justify;
	font: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

#sidemenu {
	float: left;
	padding: 0;
	width: 250px;
	font-size:12px;
	
}
/* This controls the main pic in the main article box */
.mainpiccontrol
{
    float: right;
    margin-left: 10px;
}
.content {
	float: right;
	width: 500px;
	color: #fff;
}
.bioname {
	font-family:"miss claude";
	font-size:27px;
}
#tooltip {
color : #9bacd3;
}
