/* CSS Document */
a:link {color: #46A5DC; text-decoration: none;}
a:visited {color: #46A5DC; text-decoration: none;}
a:hover {color: #46A5DC; text-decoration: underline;}
a:active {color: #46A5DC; text-decoration: none;}

/*global*/
*{
	margin:0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/*global type*/
h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;	
}
h1{
	font-size: 24px;
	line-height: 28px;
}
h2{
	font-size: 18px;
	line-height: 20px;
}
p{margin-bottom: 14px;}


/*content type*/
#flashcontent{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
#htmlcontent{
	position: relative;
	width: 976px;/*1000 in total*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 24px;
}
#htmlcontent_project{
	position: relative;
	width: 976px;/*1000 in total*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 24px;
	margin-top: 16px;
	padding-bottom: 24px;
}
#no_flash{
	position: absolute;
	top: 16px;
	width: 976px;
	background-color: #E5E5E5;
	padding-top: 4px;
	padding-bottom: 2px;
}

/*home*/
#home{
	position: relative;
	top: 108px;
	padding-top: 16px;
	padding-bottom: 24px;
}
/*about*/
#about{
	position: relative;
	top: 108px;
	width: 360px;
	padding-bottom: 10px;
}
#about h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.about_sec{
	padding-bottom: 14px;
}
.about_sec p{
	margin: 0px;
}

/*portfolio*/
#portfolio{
	position: relative;
	top: 108px;
	padding-bottom: 24px;
}
.menu_item{
	height: 104px;
	margin-bottom: 16px;
}
.menu_item img{
	float: left;
	margin-right: 8px;
	border: 2px solid #46A5DC;
}
.menu_item h2{
	padding-top:64px;
}
#portfolio_bg{
	position: relative;
	top: 108px;
	visibility: hidden;
}

/*portfolio page*/
#htmlcontent_project h1{
	margin-bottom: 14px;
}

.image_description{
	margin-top: 4px;
	font-style: italic;
	color: #666666;
	width: 600px;
}
#txt{
	width: 600px;
}

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