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

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body{
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif;
	font-size:.7em;
	line-height:1.2em;
	background-color:#F0F0F0;
	color:#333333;
}


#title{
	margin-top:90px;
	margin-left:50px;
	width:200px;
	position:fixed;
	border-top:#000000 solid 1px;
}

#container{
	width:700px;
	margin-left:320px;
	float:left;
	position:absolute;
	margin-top:90px;
	border-top:#000000 solid 1px;
}

#work{
	margin-top:30px;
	margin-bottom:30px;
}

#desc{
	height:170px;
	width:700px;
	border-bottom:#000000 solid 1px;
}

#desc_c1{
	width:230px;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
}	

#desc_c2{
	margin-left:20px;
	width:450px;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
}

#nav{
	width:700px;
	border-top:#000000 solid 1px;
}

#menu{
	margin-top:20px;
	height:20px;
	margin-bottom:100px;	
}

#nav_menu{
	float:left;
}

#nav_botton{
	width:220px;
	float:right;
}

#nav_l_botton{
	float:left;
}

#nav_r_botton{
	text-align:right;
	float:right;
}

/* classes */

.header{
	font-weight:bold;
	color:#000000;
}

a{	
	color:#333333;
	text-decoration:none;
	outline:none;
	border:0px;
}

a:hover{
	color:#666666;
}

a:visited{
	outline:none;
}

a:visited:hover{
	outline:none;
}

img{
	display:block;
}
