@charset "UTF-8";
/* CSS Document */

*{
margin:0;
}

body {
	background-color: #FBFCF2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*-----structure------*/

#logo{
	float: left;
	width: 150px;
	margin-top:20px;
	padding-left: 10px;
	position: fixed;
}

#main_paisley{
	width: 300px;
	padding-top: 35px;
	position: fixed;
}

#container{
	float: left;
	margin: 0px;
}

#nav{
	margin-left: 250px;
	padding:0px;
	position:fixed;
	background:url(../images/nav_bkgd.png) no-repeat center top;
	float:left;
	font-size:130%;
	border-width:5px;
	height: 100px;
	top:0;
	z-index:2;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color:#fff;
	background:#EE2E64;
	padding:30px 20px 4px 20px;
	float:left;
	width:auto;
	border-right:4px solid #FBFCF2;
	text-decoration:none;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
}

#nav li a.current,
#nav li a:hover.current {
	background:url(../images/current_button.png) no-repeat center top;
	padding-bottom: 25px;
}

#nav li a:hover{
	background:#FE618A
}

#content{
	float: left;
	padding-top:75px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 289px;
	border: 0px 0px 0px 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-color: #FE618A;
	z-index:1;
	width:530px;
	height:375px;
}

#clear_left{
	float:left;
}

#left_float{
	float: left;
	line-height: 25px;
	color:#FE618A;
	width: 275px;
	margin-top:20px;
	border:1px dashed #EE2E64;
	padding:20px;
	background-color:#FFFFFF;
	
}

#left_float a{
	color:#EE2E64;
	text-decoration:none;

}

#left_float a:hover{
	text-decoration:none;
	color:#FE618A;
}

img.icons{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#transbox{
	width:150px;
	height:300px;
	margin-top:20px;
	margin-left:25px;
	/*background-color:#FE618A;*/
	border:0px;
	float:right;
	/* for IE */
	/*filter:alpha(opacity=60);*/
	/*CSS3 standard */
	/*opacity:0.6;*/
	padding: 20px 10px 20px 20px;
	color:#EE2E64;
	
}

#transbox a{
	text-decoration:none;
	color:#EE2E64;
}

#transbox a:hover{
color:#FE618A;
}

#about_photos{
	float:left;
	margin-right:25px;
}

#about_content{
	float: left;
	line-height: 25px;
	color:#FE618A;
	width: 490px;
	margin-top:20px;
	border:1px dashed #EE2E64;
	padding:20px;
	background-color:#FFFFFF;
	
}


#footer{
	float: left;
	padding-left:375px;
	font-size: 90%;
	color:#F9CDDB;
}




/*--------Type-------*/

