/*
Luke Karrys
American Chess Events
12-27-07
*/


/*		Main Container
-----------------------------------------------------------------------*/

body {
	background: #e18942 url(../images/common/orangeTop.gif) repeat-x;
}

#logo {
	background: transparent url(../images/common/orangeLogo.gif) left top no-repeat;
}

#homeSearch {
	/*background-color: #DE903C;*/
}

#mainContent h1 {
	color: #4368AC;
}

#mainContent h2 {
	color: #4368AC;
}

#mainContent h3 {
	color: #4368AC;
}

#content h1 {
	color: #4368AC;
}

#content h2 {
	color: #4368AC;
}

#content h3 {
	color: #4368AC;
}

div.picture {
  border: thin #4368AC solid;

}

img {
	border: thin solid #4368AC;
}


hr {
	color: #4368AC;
	background-color: #4368AC;
}

a, a:link, a:visited  {
	color: #4368AC;
}

p.colornote {
	color: #4368AC;
}