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

	body {
		background-image:url(http://fangirlnet.com/images/bg.png);
		background-repeat:repeat;
		padding:0;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#565257;
		line-height:1.5;
		}
		
	#body {
		background-image:url(http://fangirlnet.com/images/bg2.png);
		background-repeat:repeat-y;
		}
		
	#content {
		width:442px;
		margin-left:45px;
		padding-left:25px;
		padding-right:25px;
		float:left;
		}
		
	#nav {
		float:left;
		width:170px;
		margin-left:1px;
		padding-left:10px;
		padding-right:10px;
		}
		
	#footer {
		clear:both;
		}
		
	#intro {
		position:absolute;
		top:245px;
		left:445px;
		color:#999;
		width:235px;
		margin-left:20px;
		margin-right:10px;
		}
	
	.content {
		background-color:#b7abab;
		border-top-style:solid;
		border-top-color:#675257;
		border-top-width:thin;
		border-bottom-style:solid;
		border-bottom-color:#675257;
		border-bottom-width:thin;
		margin-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		}
	
	.title {
		color:#333;
		font-weight:bold;
		font-size:13px;
		border-bottom-style: solid;
		border-bottom-width:thin;
		border-bottom-color:#675257;
		margin-bottom:5px;
		}
	
	p {
		text-align:justify;
		text-indent:15px;
		}
		
	b {
		color:#574044;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		border-bottom-color:#83706a;
		text-transform:uppercase;
		}
		
	#content i {
		color:#83706a;
		}
		
	a {
		color:#966;
		font-size:11px;
		font-family:"Times New Roman", Times, serif;
		text-decoration:none;
		font-weight:bold;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		border-bottom-color:#83706a;
		}
		
	a:hover {
		color:#966;
		font-size:11px;
		font-family:"Times New Roman", Times, serif;
		text-decoration: line-through;
		font-weight:bold;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		border-bottom-color:#83706a;
		}
		
	ul li {
		list-style-image:url(http://fangirlnet.com/images/bullet.png);
		}
		
	#nav ul {
		list-style-image:url(http://fangirlnet.com/images/bullet.png);
		margin-left:20px;
		padding:0px;
		}
		
	input {
		background-color:#b7abab;
		border-color:#675257;
		border-style:solid;
		border-width:1px;
		color:#675257;
		margin:3px;
		}

	textarea {
		background-color:#b7abab;
		border-color:#675257;
		border-style:solid;
		border-width:1px;
		color:#675257;
		margin:3px;
		}

	label {
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:1px;
		margin:3px;
		}
		
	select {
		width:150px;
		background-color:#b7abab;
		color: #675257;
		border:hidden;
		border-color:#675257;
		}
			
	option {
		background-color:#b7abab;
		border-bottom: 1px dotted;
		border-bottom-color:#675257;
		color:#675257;
		}