body, html, table, .f{
	font-family: Arial;
	font-size: 12px;
}

#logo{
	background: url("images/logo.png");
	width: 219px;
	height: 209px;
}
#header_1{
	background: url("images/header_1.png");
	width: 677px;
	height: 27px;
}
#header_2{
	background: url("images/header_2.png");
	width: 22px;
	height: 182px;
}
#header_photo{
	background: transparent;
	width: 655px;
	height: 182px;
}
#header_8{
	background: url("images/indevin_design_08.png");
	width: 21px;
	height: 304px;
}
#header_10{
	background: url("images/indevin_design_10.png");
	width: 13px;
	height: 304px;
}
#header_12{
	background: url("images/indevin_design_12.png");
	width: 22px;
	height: 304px;
}
#bar{
	background: #E9E9E9;
	width: 185px;
	font-size: 11px;
}
#content{
	background: #FFFFFF;
	padding: 5px 0px;
	text-align: justify;
	width: 645px;
}
#footer{
	background: url("images/indevin_design_14.png");
	width: 896px;
	height: 25px;
}
#designby{
		background: transparent;
		left: 746px;
		top: 0px;
		position: relative;
		display:block;
		width: 138px;
		height: 12px;
	}


#menu{
	border-bottom: 1px solid #621322;

}
#menu img{
	margin-bottom: -3px;
}
#menu ul{
	margin: 7px 0 10px 0px;
	padding: 0;
}
#menu li{ 
	display: inline;
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu a { padding: 4px 10px; font-size:12px; border-right: 1px dotted #621322; margin: 0; color: #0033CC; }
#menu a:link, #menu a:visited{
	font-weight: normal;
	color: #000;
	background-color: #F7F7F7;
	text-decoration: none;
}
#menu a:hover{
	font-weight: normal;
	color: #fff;
	background-color: #621322;
	text-decoration: none;
}
h3, h1, h2{
	font-size: 16px;
}

a:link, a:visited{ text-decoration: none; font-weight: bold; color: #1973B8; }
a:hover{ text-decoration: underline; font-weight: bold; color: #1973B8; }

input, textarea, select{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #621322;
}

h4{
	font-size: 13px;
	border-bottom: 1px dotted black;
}

table.special {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
}
table.special th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: #808080;
	-moz-border-radius: ;
}
table.special td {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #808080;
	-moz-border-radius: ;
}