/*--------------------------- UNIV CSS Document ---------------------------*/
/*--------------------------- Chris Ota Designs | April 18, 2007 ---------------------------*/

*{
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

.cb			{clear: both;}
.fl			{float: left;}
.fr			{float: right;}
img[align="right"] {
margin: 0 0 20px 20px;
display: inline;
}

img[align="left"] {
margin: 0 20px 20px 0;
display: inline;
}

html{
	background: #0D0D0D /*url(../images/background.jpg)*/ no-repeat fixed;
}

body{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #e7e7e7;
	height: 100%;
	width: 800px;
}

ul{
	list-style-type: none;
}

li a{
	border-bottom: 1px dotted #fff;
}

	li a:hover{
		border-bottom: 1px solid red;
	}

a{
	text-decoration: none;	
	outline: none;
	color: #fff;
}

	a:hover{
		color: #fff;
	}
	
.style1 {
	color: #606060;
	font-weight: bold;
	font-size: 11px;
}

/*--------------------------- LEFT SIDE - Logo - Paragraph - Navigation ---------------------------*/

#logo,
#portfolioparagraph,
#nav{
	position: fixed;
}

#logo{
}
	
	#logo a{
	position: relative;
	background: url(../images/logo-otadesigns.jpg) no-repeat;	
	display: block;
	width: 258px;
	height: 200px;
	text-indent: -1000px;
	}
	
#portfolioparagraph{
	text-align: right;
	width: 256px;
	top: 186px;
}

	#portfolioparagraph h1{
	font-size: 11.5px;
	color: #616161;
	font-weight: lighter;
	}	
	
#nav{
	font-size: 11px;
	text-align: right;
	width: 274px;
	top: 280px;
}

	#nav li{
		padding: 0px 18px;
		margin: 0 0 9px 0;
	}

	#nav5 a{
		left: 1px;
		position: relative;
	}	
	
/*--------------------------- RIGHT SIDE - Content ---------------------------*/

#right{
	position: relative;
	width: 525px;
	float: right;
	top: 187px;
	left: 21px;
}

#body{
	top: -87px;
	position: relative;
	line-height: 22.75px;
	padding: 10px 0px 10px 33px;
	width: 320px;	
}

	#body h1{
		color: #b30000;
		font-size: 18px;
		font-weight: lighter;
	}
	
	#body a{
	font-size: 11px;
	border-bottom: 1px dotted #fff;	
	}
	
	#body a:hover{	
	border-bottom: 1px solid red;
	font-size: 11px;	
	}
	
#border{
	background: #191919;
	width: 300px;
	padding: 10px;
	margin: 0 0 20px 0;
}

#clear{
	clear: both;
}