/* BROWSINGBEAUTY.COM - CSS MASTER FILE */

body {
background-color:#000000;
margin: 0 0 0 0;
}

#navigation{
height:95px;
width:100%;
background-color:#333333;
}

#container {
width:550px;
height:auto;
margin: 40px auto 0 15%; /*you may need to adjust the left-hand margin, which is the last number */
}

h1 {
color:#CC0000;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
color:#CC0000;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.image_left{
border:0;
float:left;
margin: 0 10px 0 0;
}

#thumbs_left {
width:105px;
float:left;
position:relative;
margin:40px 0 0 0;
}
#content_right{
float:right;
position:relative;
width:425px;
}

li {
list-style-type: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

ul {
list-style-type: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
}


p { 
font-family:"verdana","arial","helvetica","sans-serif";  
text-decoration:none;
font-size:12px; color:#999999; 
line-height: 20px }

p-bold { 
font-family:"verdana","arial","helvetica","sans-serif";  
text-decoration:bold;
font-size:12px; color:#999999; 
line-height: 20px }


txt-small { 
font-family:"verdana","arial","helvetica","sans-serif";  
text-decoration:none;
font-size:10px; color:#999999; 
line-height: 16px }

a { 
font-family:"verdana", "arial","helvetica","sans-serif";
text-decoration:none; 
font-size:12px; 
color:#993333; 
line-height: 12px; 
font-weight:bold; }

a:hover { 
font-family:"verdana","arial","helvetica","sans-serif"; 
text-decoration:underline; 
font-size:12px; 
color:#333333; 
line-height: 12px }



.dates {
	font-family: "verdana", "arial","helvetica","sans-serif";
	text-decoration: none;
	font-size: 12px;
	color: #993333;
	line-height: 16px;
	font-weight: bold;
}



iframe{
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color:none;
}

/* NAVIGATION */

#navcontainer{
position:relative;
	margin-top:-20px;
	margin-left:160px;
	}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
	}

#navlist li
{
	display: inline;
	list-style-type: none;
	}

#navlist a { padding: 3px 10px;
	/* change font size here for the navigation, you may also need to adjust the margin for the navcontainer div to realign it */
	
	}

#navlist a:link, #navlist a:visited
{
	color: #999999;
	
	}

#navlist a:hover
{
	color: #fff;
	text-decoration:none;
	}
