/* CSS Document 

Created for International Drivers Permit.com
By: AllenT.

*/

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
}

#container {
	position:relative;
	width:800px;
	margin:0 auto;
}

#main-content {
	position:relative;
	top:120px;
	background-color:white;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:120px;
	background-image: url(images/intl-divers-layout_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tbl-left-column {
	width:200px;
	background-color: #7aaad2;
	background-image: url(images/intl-divers-layout_04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#left-column_ {
	position:absolute;
	left:0px;
	top:120px;
	width:200px;
}

.content-text_ {
	/*position:relative;
	left:200px;
	top:120px;*/
	width:580px;
	background-color:#FFFFFF;
	padding:10px;
}

#menu-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 128px;
	position: relative;	
	margin:0 auto;
	text-align:center;
	padding-top:13px;
	cursor:pointer;
}

#menu-btn a {
	color:black;
	text-decoration:none;
}

#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/button-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 128px;
	position: relative;	
	margin:0 auto;
	text-align:center;
	padding-top:13px;
	cursor:pointer;
}
/*Used for the Homeland Security Link*/
.style1 {
	color: #0000FF;
	font-weight: bold;
}

#page-break {
	page-break-after: always;
}
