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

#wrapper {
	width:auto;
	margin-left:auto; /*this centers the website together with the line directly below it*/
	margin-right:auto;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

/* general */
a {
	color:#267cd3;
	text-decoration:none;
}

a:hover {
	color:#f2a614;
	text-decoration:underline;
}

/*a:visited {
	color:#a826d3;
	text-decoration:none;
}*/

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
}
/*this defines the size, shape, and contents of the banner above the nav bar*/

#logobanner {
	height:224px;
	width:750px;
	background-repeat:no-repeat;
	margin:auto;/*centers the div*/
	padding-top:0px;
	border-top:1px solid #999;/*line at the top*/

}

/*#logobanner img:hover {
	
	background-color:#900;

}*/

/* header */
#header {
	/*border-bottom:px solid #999;*/
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#267cd3;
	font-size:300%;
	letter-spacing:-1px;
	text-align:left;
	padding-bottom:7px;/*creates some space between h tags in header*/
	/*padding:5px;*/
	margin-bottom:-20px;
	padding-top:7px;
}

#header h2 {
	color:#267cd3;
	font-size:300%;
	letter-spacing:-1px;
	text-align:left;
	padding-bottom:7px;/*creates some space between h tags in header*/
	/*padding:5px;*/
	margin-bottom:-20px;
}
#header h3 {
	color:#999;
	font-size:200%;
	letter-spacing:-1px;
	text-align:left;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
	font-size: 12px !important;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 10px;
	width:751px;
	
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

#content p img { 
	border: 1px solid #eaeaea;
	padding: 7px 7px 7px 7px ;
	margin-right: 7px;
	
}

#contact p img {
	border: 1px solid #FFF;
	padding: 2px 2px 2px 2px ;
	margin-right: 8px;
	padding: none;
	
}

#contact {       
	height:auto;
	width:750px;
	margin:0 auto;
	
}

#contact h1 { /*gives the contact h1 the same bullet-underlines as the content h1 tags*/
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 20px 0;
}

#bookmarkus { /* styles the social bookmarking functionality of the site*/
	height:100px;
	width:750px;	
	margin:auto;
	position: relative;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:780px;
	
}

#video {
	width: 640px;
	height: auto;
    padding:7px 7px 7px 7px;
	background-color:#CCC;
	margin-left:20px;
	
}

#video p {
	text-align:right;
	text-indent:300px;
	
}

#video2 {
	width: 640px;
	height: auto;
    padding:7px 7px 7px 7px;
	background-color:#CCC;
	margin-left:20px;
	
}

#video3 {
	margin-left:20px;
	width: 600px;
	height: 370px;
    padding:5px 5px 5px 5px;
	background-color:#CCC;
	
}

#flickrgallery {
	margin-left:22px;
	
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
/* styles lists in search marketing section */
#wrapper #content ol {
	right: 60px;
	padding: 0px 30px;
	list-style-type:circle;
}
#content h3 {
	padding: 0px 20px;
}

#content h2 {
	padding: 0px 20px;
}

#content h4 {
	padding: 0px 20px;
}

/* styles lists in 404 page */
#wrapper #content #notfound ol {
	right: 100px;
	padding: 0px 30px;
	list-style-type:circle;
}
/*table of content on multimedia page*/

#tableofcontents  {
background:none repeat scroll 0 0 #F4F6F6;
border:1px dotted #CED0D3;
float:right;
margin-top: 30px;
padding-top:none;

}

#tableofcontents ol, #jumpto ul {
margin:0;
padding:0 0 0 8px;
}

#tableofcontents p {
margin:0;
padding:0;
}

.backtotoc  {
color:#AAAAAA;
display:block;
font-size:80%;
line-height:80%;
margin:-12px 0 10px 5px;
text-align:right;
}

.oops {
	color:#F90;
}
/*styles for lists in blogroll*/

#blogroll  {
background:none repeat scroll 0 0 #F4F6F6;
border:1px dotted #CED0D3;
float:left;
margin-top: 30px;
padding-top:none;
margin-left:20px;

}

#blogroll ol {
margin:0;
padding:0 0 0 8px;
}

#blogroll p {
margin:0;
padding:0;
}

#blogroll li {
list-style-type:none;
}

#fbook {
position:absolute;
right:565px;
/*top:30px; for top position in header*/
top:467px;
}

#fbook-jonathan-becker {
position:fixed;
right:597px;
top:732px;
}
#fb-like { position: absolute; top: 20px; right: 5px; }
