@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #131313;
}

p {
	font-family: "Lucida Console", Monaco, monospace, Arial;
	font-size: 12px;
	color: #C5C5C5;
}

h1 {
	font-family: "Lucida Console", Monaco, monospace, Arial;
	font-size: 14px;
	color: #C5C5C5;
}

ul {
	font-family: "Lucida Console", Monaco, monospace, Arial;
	font-size: 12px;
	color: #C5C5C5;
	list-style: none;
}

ul p {
	font-weight: bold;
	color: #5B5B5B;
	font-size: 10px;
}

a {
	font-family: "Lucida Console", Monaco, monospace, Arial;
	font-size: 16px;
	color: #5B5B5B;
	text-decoration: none;
}

a:hover {
	color: #A7A7A7;
}

#frame {
	position: relative;
	margin: 0 auto;
	height: 700px;
	width: 900px;
	background-image:url(../pictures/index_line.gif);
}



/* index */

#index_menu_1 {
	position: absolute;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 132px;
}

#index_menu_2 {
	position: absolute;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 164px;
	left: 132px;
}

#index_menu_3 {
	position: absolute;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 310px;
	left: 131px;
}

#index_menu_4 {
	position: absolute;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 400px;
	left: 131px;
}

#index_menu_5 {
	position: absolute;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 552px;
	left: 131px;
}


/* personal work page */

#frame_personal {
	position: relative;
	margin: 0 auto;
	height: 700px;
	width: 900px;
}

#personal_1 {
	position: absolute;
	height: 80px;
	width: 560px;
	top: 200px;
	left: 0px;
}

#personal_2 {
	position: absolute;
	height: 80px;
	width: 640px;
	top: 280px;
	left: 110px;
}

#personal_3 {
	position: absolute;
	height: 80px;
	width: 560px;
	top: 360px;
	left: 95px;
}

#personal_4 {
	position: absolute;
	height: 80px;
	width: 560px;
	top: 440px;
	left: 300px;
}

#personal_5 {
	position: absolute;
	height: 80px;
	width: 320px;
	top: 520px;
	left: 420px;
}

#personal_6 {
	position: absolute;
	height: 80px;
	width: 560px;
	top: 600px;
	left: 480px;
}

#personal_line {
	position: absolute;
	height: 572px;
	width: 66px;
	background-image: url(../pictures/personalwork_line.gif);
	top: 0px;
	right: 0px;
}

#personal_aboutme {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 40px;
	right: 22px;
}

#personal_new {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 144px;
	right: 23px;
}

#personal_project {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 381px;
	right: 22px;
}

#personal_contact {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 531px;
	right: 22px;
}

#personal_logo {
	position: absolute;
	width: 400px;
	height: 140px;
	background-image: url(../pictures/logo_small.gif);
	bottom: 20px;
	left: 0px;
}

#personal_home {
	position: absolute;
	width: 50px;
	height: 40px;
	bottom: 80px;
	right: 0px;
}

#personal_title {
	position: absolute;
	width: 560px;
	height: 200px;
	top: 0;
	left: 0;
	background-image: url(../pictures/personal_title.gif);
}


/* about me */

#about_frame {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url(../pictures/about_frame.gif);
}

#about_line {
	position: absolute;
	height: 572px;
	width: 66px;
	background-image: url(../pictures/about_line.gif);
	top: 0px;
	right: 0px;
}

#personal_work {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 290px;
	right: 23px;
}

#aboutme_text {
	position: absolute;
	width: 500px;
	height: 400px;
	top: 50px;
	left: 110px;
}

#about_pic_1 {
	position: absolute;
	width: 133px;
	height: 200px;
	bottom: 0px;
	left: 450px;
}

#about_pic_2 {
	position: absolute;
	width: 133px;
	height: 200px;
	bottom: 0px;
	left: 600px;
}


/* news page */

#new_frame {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url(../pictures/new_frame.gif);
}

#new_line {
	position: absolute;
	width: 66px;
	height: 572px;
	background-image: url(../pictures/new_line.gif);
	top: 0;
	right: 0;
}

#new_text {
	position: absolute;
	width: 600px;
	height: 400px;
	top: 100px;
	left: 30px;
}


/* conact page */

#contact_frame {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url(../pictures/contact_frame.gif);
}

#contact_line {
	position: absolute;
	width: 66px;
	height: 572px;
	background-image: url(../pictures/contact_line.gif);
	top: 0;
	right: 0;
}

#contact_pic {
	position: absolute;
	width: 200px;
	height: 261px;
	top: 182px;
	left: 477px;
	background-image: url(../pictures/pic_me.jpg);
	background-repeat: no-repeat;
}

#contact_text {
	position: absolute;
	width: 400px;
	height: 300px;
	top: 225px;
	left: 50px;
	font-size: 14px;
	text-align: center;
}

p.contact {
	font-size: 13px
}

a.contact {
	color: black;
}


/* work */

#work_frame {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url(../pictures/work_frame.gif);
}

#work_line {
	position: absolute;
	width: 66px;
	height: 572px;
	background-image: url(../pictures/work_line.gif);
	top: 0;
	right: 0;
}

#work_title {
	position: absolute;
	width: 560px;
	height: 200px;
	top: 0;
	left: 0;
	background-image: url(../pictures/work_title.gif);
}

#work_1 {
	position: absolute;
	width: 400px;
	height: 80px;
	top: 200px;
	left: 160px;
}


/* personal work pages */

#personalwork {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 700px;
}

#work_frame_pic {
	position: absolute;
	width: 620px;
	height: 440px;
	background-image: url(../pictures/work_frame_pic.gif);
	top: 20px;
	left: 50px;
}

#work_frame_navigation {
	position: absolute;
	width: 330px;
	height: 195px;
	background-image: url(../pictures/work_frame_bottom.gif);
	bottom: 25px;
	left: 420px;
}

#line {
	position: absolute;
	width: 66px;
	height: 572px;
	background-image: url(../pictures/line.gif);
	top: 0;
	right: 0;
}

#work_main_image {
	position: absolute;
	width: 600px;
	height: 420px;
	top: 30px;
	left: 60px;
}

#work_small_pics {
	position: absolute;
	width: 320px;
	height: 160px;
	bottom: 30px;
	left: 425px;
}

#work_arrows_previous {
	position: absolute;
	width: 80px;
	height: 20px;
	bottom: 200px;
	left: 570px;
	margin: 0;
	padding: 0;
}

#work_arrows_next {
	position: absolute;
	width: 40px;
	height: 20px;
	bottom: 200px;
	left: 700px;
	margin: 0;
	padding: 0;
}

#work_infos {
	position: absolute;
	width: 350px;
	height: 80px;
	top: 460px;
	left: 50px;
}


/* copyright */

#copyright {
	position: absolute;
	width: 300px;
	height: 20px;
	bottom: 0px;
	left: 0px;
}

#copyright p {
	color: #666;
}