HTML,BODY
{
	height:					100%;
}

BODY
{
	margin:					0px;
	padding:				0px;
}

IMG
{
	border:					none;
}

H1
{
	font-size:				18pt;
	font-family:			"Times New Roman", Helvetica;
	color:					#707070;
}



/**** Заголовок ****/

#header_left
{
	background-repeat:		repeat-x;
	background-position:	left top;
	height:					288px;
}

#header_right
{
	background-repeat:		repeat-x;
	background-position:	right top;
	height:					288px;
	float:					right;
	width:					50%;
}

#header_logo
{
	width:					100%;
	position:				absolute;
	height:					288px;
	top:					0px;
	left:					0px;
	text-align:				center;
	z-index:				1;
	overflow:				hidden;
}



/**** Основной блок ****/

#main
{
	border-left:			1px dashed black;
}



/**** Основной текст ****/

#body
{
	padding:				10px;
}



/**** Левое поле меню ****/

#left
{
	float:					left;
	font-size:				20px;
}

#left A
{
	text-decoration:		none;
}

#left UL
{
	list-style-type:		none;
	padding-left:			15px;
	padding-top:			15px;
	margin:					0px;
}

#menu UL
{
	padding-top:			0px;
}

#left LI
{
	line-height:			1.3em;
}



/**** Правое поле ****/

#right
{
	float:					right;
	text-align:				center;
	padding:				10px;
}



/**** Нижнее поле ****/

#footer
{
	padding-top:			15px;
	padding-bottom:			15px;
	text-align:				center;
	font-size:				9px;
	color:					#FFFFFF;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear:					both;
}

#footer A, #footer A:visited, #footer A:active, #footer A:hover
{
	color:					#FFFFFF;
	text-decoration:		underline;
}



/**** Чувак ****/

#dude
{
	position:				relative;
	top:					-100px;
	height:					0px;
}

#dude IMG
{
	position:				absolute;
}



/**** Записки ****/

#notes
{
	text-align:					center;
	padding-bottom:				20px;
}

#notes TABLE
{
	align:						center;
}

#notes TD
{
	width:						180px;
	text-align:					center;
}



/**** Элемент портфолио ****/

#portfolio
{
	padding:					10px;
}

#portfolio IMG
{
	margin-top:					5px;
	float:						left;
}

#portfolio P
{
	margin-top: 				0px;
	margin-bottom:				0px;
	margin-left:				60px;
}

#portfolio A
{
	text-decoration:			none;
}
