@charset "utf-8";
/* CSS Document */

body {
	background-color: #1a1a1a;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0 auto;
	padding:0px;
	width:500px;
}

@font-face {
    font-family: 'FTLC';
    src: url('fonts/FTLC.TTF');
}

@font-face {
    font-family: 'DIN Light';
    src: url('fonts/DIN Light.ttf');
}

@font-face {
    font-family: 'DIN Alternate Medium';
    src: url('fonts/DIN Alternate Medium.ttf');
}

.h1 {
	 font-family: 'FTLC'; font-size:24px; color: #6b6b6b; text-align: center; font-style:normal; 
}

.h2 {
	 font-family: 'DIN Light'; font-size:24px; color: #6b6b6b; text-align: center; font-style:normal; 
}

.h3 {
	font-family: Tahoma, Geneva, sans-serif; font-size:10px; color: #6b6b6b; text-align: center; font-style:normal; 
}

.h4 {
	 font-family: 'DIN Alternate Medium'; font-size:14px; color: #6b6b6b; text-align: center; font-style:normal; 
}



#tab1 {
	width:500px;
	height:auto;
	
}

.tab_c {
	float:left;
	width:444px;
	height:auto;
	margin-top:80px;
}
.tab {
	width: auto;
	height: auto ;
	border-bottom: dashed 1px #3f3f3f;
}

.patient {
	width:444px;
	height:auto;
}

.logo {
	width:auto;
	height:auto;
	margin-top:20px;
}

.robo {
	float:right;
	width:160px;
	height:232px;
	margin-top:-10px;
	
	
	
}