
/* bakinaction.com CSS Document */

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

body {
	background-color:	#cc3300;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			76%;
}

/* ---- div container styles --------------------------- */

#allcontent {
	background:			#ff9900;
	width:				900px;
	margin-top:			40px;
	margin-left:		auto;
	margin-right:		auto;

}

#index {
	width:				95%;
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
	padding:			30px 20px 20px 20px;
	
}

#header {
	background:			#ff9900;
	width:				900px;
	text-align:			center;

}

#nav {
	padding:			10px 20px 40px 20px;
	width:				900px;
	clear:				right;
}

#main {
	width:				95%;
	background:			#ff9900;
	padding:			30px 20px 20px 20px;
	line-height:		1.5em;
	float:				left;
	clear:				right;
}

#testi {
	width:				900px;
	background:			#ff9900;
	float:				left;
	clear:				right;
}

#links {
	width:				90%;
	float:				left;
	clear:				right;
	text-align:			left;
	padding:			10px 20px 10px 20px;
	line-height:		1.5em;
	background:			#ff9900;	
	
}

#footer {
	background:			#ff9900;
	font-size:			1em;
	padding:			10px 20px 10px 20px;
	line-height:		1.5em;
	
}

/* ----link styles--------------------------------------- */

#main a:link {
	color:				#0d58a6;
	font-weight:		bold;

}

#main a:visited {
	color:				#cc3300;
	font-weight:		bold;

}

#main a:hover {
	color:				#cc3300;
	font-weight:		bold;
	text-decoration:	underline;

}

#testi a:link {
	color:				#0d58a6;
	font-weight:		bold;

}

#testi a:visited {
	color:				#666666;
	font-weight:		bold;

}

#testi a:hover {
	color:				#cc3300;
	font-weight:		bold;
	text-decoration:	underline;

}

#links a:link {
	color:				#0d58a6;
	font-weight:		bold;

}

#links a:visited {
	color:				#666666;
	font-weight:		bold;

}

#links a:hover {
	color:				#cc3300;
	font-weight:		bold;
	text-decoration:	underline;

}

#footer a:link {
	color:				#0d58a6;
	font-weight:		bold;

}

#footer a:visited {
	color:				#cc3300;
	font-weight:		bold;

}

#footer a:hover {
	color:				#cc3300;
	font-weight:		bold;
	text-decoration:	underline;

}


/* ----img tag styles ----------------------------------- */

#header img {
	padding-top:		20px;
	border:				none;
}

#testi img {
	border:				none;
	padding:			0px 5px 0px 0px;
	vertical-align:		text-top;
	
}

#index img {
	padding:            5px;
	border:				none;
	
}

#main img {
	padding:            5px;
	border:				none;
	
}

#footer img {
	border:				none;
	padding:			5px;
}

#drlaw img {
	padding:			0px 10px 0px 0px;
}

/* ---- table styles ------------------------------------ */

#testi table{
	width:				90%;
	text-align:			left;
	margin:				0px 0px 10px 20px;
	border-collapse:	collapse;
	
}

#testi caption {
	font-size:			1.5em;
	font-weight:		bold;
	padding:			0px 0px 10px 10px;
	text-align:			left;
	
}
	
#testi td {
	border-top:			1px solid #000000;
	border-bottom:		1px solid #000000;
	text-align:			left;
	vertical-align:		text-top;
	padding:			5px 0px 5px 5px;
	line-height:		1.5em;
}

#art table{
	width:				100%;
	text-align:			left;
	margin:				0px 0px 10px 20px;
	border-collapse:	collapse;
	
}

#art td {
	border:				none;
	width:              33%;
	text-align:			left;
	vertical-align:		text-top;
	padding:			5px 0px 5px 5px;
	line-height:		1.5em;
}

#office table{
	width:				100%;
	text-align:			left;
	margin:				0px 0px 10px 20px;
	border-collapse:	collapse;
	
}

#office td, th {
	border:				none;
	text-align:			left;
	vertical-align:		text-top;
	padding:			10px;
	line-height:		1.5em;
	
}

#index table {
	width:				auto;
	margin:				20px auto;
	border:				none;
}

/* ---- other tag styles ------------------------------------ */

#index h2 {
	padding-bottom:    	10px;
	color:				#cc3300;
	
}

#main h2 {
	padding-bottom:    	10px;
	color:				#000000;
	line-height:		1.05em;
	
}

hr {
	border:				1px solid #000000;
	margin:				10px 0px;

}

ul {
	padding-left:      20px;
}

/*----Classes-------*/

.float-left {
	float:		left;
}

.imagebrd {
	border:				2px solid #000000;	
	padding:			0;
}