/* basic */
* {
    margin: 0;
    padding: 0;
}

html {
    border: 0; /* @ IE/Win, hide the viewport's border */
}

body {
    margin: 40px 0px 40px 0px;
	padding: 0px;
	color: #999;
	background-color: #2c2d2c;
    font-family: 'Times New Roman', Times, serif;
    font-size: 100%;
	font-weight: normal;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

img {
	border-width: 0px;
}

h1, h1 a {
	font-size: 36px;
	font-weight: normal;
	display: inline;
	line-height: 45px;
	color: #999;
}
h2 {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	display: inline;
	line-height: 20px;
	letter-spacing: -1px;
	padding-right: 5px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	display: inline;
	line-height: 22px;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	letter-spacing: -1px;
}

.text {
	font-size: 18px;
	line-height: 20px;
	color: #999;
	letter-spacing: .03em;
}
div.text {
	width: 750px;
}

div.text_left {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.text_right {
	width: 400px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.project_container {
	position: relative;
}
div.project_content_container {
	margin-bottom: 25px;
}

div.project_option {
	float: right;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

div.my_favorite_delete_container{
	position: absolute;
	right: -50px;
	top: -5px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	color: #000;
	background-image: url('/images/my_favorite_button_background_delete.png');
	background-repeat: no-repeat;
}

.project_description {
	line-height: 16px;
}

div.client_text {
	width: 750px;
}

div.member_item {
	margin-bottom: 35px;
}

div.frame_container {
	position: relative;
    z-index: 2;
	margin: auto;
	margin: 0px;
	text-align:center;
}

div.main_container {
	position: relative;
	width: 830px;
	margin: auto;	
	text-align: left;
}

div.menu_meta_container {
	position: absolute;
	right: 0px;
	top: -30px;
	font-size: 12px;
}

div.menu_meta_container a {
	font-size: 10px;
	font-family: Arial, Verdana;
	color: #999;
}

div.menu_meta_container a:hover {
	font-size: 10px;
	font-family: Arial, Verdana;
	color: #999;
}

div.header_container {
	font-size: 10px;
}

div.weather_text {
	position: relative;
	padding: 5px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Arial, Verdana;
}

div.clock {
	position: absolute;
	right: 39px;
	top: 19px;
}
div.clock_text {
	position: absolute;
	right: 0px;
	top: 21px;
}

div.weather_line {
	height: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}

div.gray_line {
	height: 1px;
	background-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
div.gray_line_small {
	height: 1px;
	background-color: #999;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.gray_line_tiny {
	height: 1px;
	background-color: transparent;
	width: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.menu_container {
	font-size: 36px;
	margin-bottom: 80px;
	color: #999;
	line-height: 32px;
	width: 750px;
}
span.menu_item_container {
	padding-right: 5px;
}
span.menu_item_container_selected {
	padding-right: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 10px;
}
div.menu_container a {
	font-size: 36px;
	color: #999;
	letter-spacing: 0px;
}
div.menu_container a:hover {
	font-size: 36px;
}
div.menu_container a.selected {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Arial Black', Arial, Verdana;
	font-weight: normal;
	letter-spacing: -0.08em;
}
div.menu_container a.selected:hover {
	font-size: 48px;
}
div.menu_container span.selected {
	font-size: 48px;
    font-family: 'Times New Roman', Times, serif;
}

div.content_container {
	/*min-height: 400px;*/
}

div.footer_container {
	font-size: 12px;
	margin-top: 50px;
	text-align: right;
}

div.under_construction {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.under_construction_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
}

div.clear {
	clear:both;
}

a {
	font-size: 18px;
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.colored {
	font-size: 18px;
	text-decoration: none;
}
a.small {
	font-size: 12px;
}
a.small_colored {
	font-size: 12px;
}

.small {
	font-size: 12px;
}

p {
	margin: 20px;
}
p.list_item {
	margin: 160px;
}
div.item_image {
	margin-bottom: 10px;
}

input, textarea {
	border-width: 0px;
}
input.login {
	height: 26px;
	font-size: 20px;
	width: 320px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	color: #efefef;
	background-color: transparent;
	border-bottom: 2px solid #9f9f9f;
}
input.recommend {
	color: #555;
	width: 600px;
}
input.submit {
	cursor: pointer;
}