﻿@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
	scrollbar-base-color:#6EA4AA;
	scrollbar-arrow-color:#000000;
}

body {
	background-color: #6EA4AA;/*#5050A0*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../img/bg.gif);
}

a {
	color:#008EDB;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #ffffff;
}

.chui {
	color: #ffffff;
}

p {
	color: #c0c0c0;
}

div {
        text-align: left;
        padding:0px;
}

a img {
	border:none;
}

br {
	clear:both;
}

#logo {
	margin:0px 0px 0px 20px;
}

#photo img {
	margin:20px 0px 0px 20px;
}

#photo img.left {
	float:left;
}

#profile {
	margin:20px 0px 0px 194px;
}

#data {
	margin:10px 20px 0px 20px;
}

#youtube {
	margin:20px 0px 20px 20px;
}