/* CSS for CallahanPackaging.com
 * Authored by Arlen@ArlenByrd.com
 */

body {
	text-align: center;
	min-width: 780px;
	margin:0;
	background-color:#FFFFFF;
	font-size:1px;
}

/* Div CSS */

			#wrapper {
				margin:0 auto;
				padding:0;
				width:780px;
				text-align: left;
			}
			#logo {
				float: left;
				clear: both;
			}
			#top_bar {
				background-image: url(images/top_bar.gif);
				background-repeat: repeat-x;
				width: 780px;
				height: 31px; 
				float: left;
			}
			#content_left {
				padding-top: 25px;
				margin-right: 30px;
				padding-left: 5px;
				float: left;
				width: 200px;
				
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: normal;
				color: #333333;
				line-height: 18px;
			}
			#content_right {
				padding-top: 25px;
				float: left;
				width: 520px;
				
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: normal;
				color: #333333;
				line-height: 18px;
			}




			#box {
				width:780px;
				background-color:#FFFFFF;
				float:left;
			}
			#box_top {
				width:780px;
				background-color:inherit;
				float:inherit;
			}
			#box_middle {
				width:780px;
				background-image:url(images/content_middle.gif);
				background-repeat:repeat-y;
				background-color:inherit;
				float:inherit;
				line-height: 0px;
			}
			#box_middle_menu {
				width: 115px;
				margin-top: 33px;
				margin-bottom: 35px;
				margin-left: 1px;
				text-align: right;
				float: left;
				line-height: 0px;
				display: inline;
			}
			#box_middle_content {
				width: 434px;
				margin-top: 46px;
				margin-bottom: 50px;
				margin-left: 35px;
				margin-right: 35px;
				text-align: left;
				vertical-align: top;
				display: inline;
				float: left;
			}
			#box_middle_content_text {
				width: 406px;
				margin-top: 20px;
				margin-left: 28px;
				text-align: inherit;
				display: inline;
				float: left;
				
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: normal;
				line-height: 16px;
				color: #474850;
			}
			#box_middle_right {
				width: 159px;
				margin-top: 46px;
				margin-right: 1px;
				text-align: center;
				display: inline;
				float: right;
			}
			#box_bottom {
				width: 780px;
				background-color: inherit;
				float: inherit;
				line-height: 0px;
			}
			.footer {								
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #999999;
				line-height: 20px;
			}
			
/* Content CSS */

			.text_body_bold {
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #388c38;
			}
			
			
			.title, h1, h2 {
				font-family: Arial,  Verdana, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bold;
				color: #ff6632;
				border-bottom: 1px dotted #ffb940;
				display: inline;
			}
			
			
			.text_stitle {
			}
			.text_form {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #474850;
			}
			.text_templates {
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 13px;
				color: #474850;
			}
			.text_templates_title {
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				line-height: 13px;
				color: #474850;
			}			
			.object_vspace {
				margin-top: 20px;
				margin-bottom: 10px;
			}
			.object_left {
				float: left;
			}
			div.logo_wrap{
				float:left;
				width:100%;
			}
				img.logo_gif{
					float:left;
					margin:5px; 
					border:none;
				}
	/* Link CSS */
	
			a:link {
				color: #5454a0;
			}
			a:visited {
				color: #5454a0;
			}
			a:hover {
				color: #5454a0;
			}
			

