p {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: gray;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: gray;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 32px;
	font-weight: 100;
	color: #606060;

	margin: 0px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: gray;

	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 13px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: gray;

	margin: 0px;
}

body {
	background-color: white;
}

a {
	color: gray;
   text-decoration: none;
   font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #404040;
}

img {
	border: 1px dotted gray;
}

.sketch {
	border: 1px dotted gray;
    width: 320px;
}

.videoBox {
	border: 1px dotted gray;
}

#titleText {
	position: absolute;
	top: 6px;
}

#mainText {
	position: absolute;
	top: 77px;
	left: 175px;
	width: 450px;
	float: right;
    border-left: 1px dotted gray;
    padding-left: 8px;

	margin: 0px;
}

#leftLinks {
	position: absolute;
	top: 77px;
	left: 8px;
    width: 160px;
	float: left;
	margin-left: 2px;
	/*padding: 6px;*/

	/*border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border: 1px dotted gray;*/
}

#titleImage {
	position: absolute;
   top: 8px;
	float: none;
}

.leftLinksP {
	margin-left: 5px;
   margin-top: 0px;
   margin-bottom: 8px;

   font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
   color: gray;
}

.leftLinksA {
	font-weight: normal;
}

.leftLinksA2 {
	font-weight: bold;
}

.textAndImages {
	float: none;
}

